/* --------------------------------------
=========================================
LandX - Responsive App Landing Page
Version: 1.0 (Initial Release)
Designed By: Mizanur Rahman
=========================================

1. IMPORT CSS

2. GLOBAL STYLES (USED IN VARIOUS SECTION OF THE WEBSITE)
	2.1 GENERAL STYLES
	2.2 PRE LOADER
	2.3 ANCHOR AND BOLD TEXT  

3. COMPONENTS (ELEMNTS USED IN MANY SECTION)
	3.1 BACKGROUND COLORS AND LINE
	3.2 TYPOGRAPHY
	3.3 BUTTONS

4. SECTION STYLES AND COMPONENTS
	4.1 SECTIONS PADDING AND COLOR OVERLAY

	4.2 SECTION: HOME
		4.2.1 BASIC STYLES
		4.2.2 NAVIGATION 
		4.2.3 FEATURE LIST 
		4.2.4 VERTICAL REGISTRATION FORM

	4.3 SECTION: WITH LEFT / RIGHT SCREENSHOT
		4.3.1 BASIC STYLES   
		4.3.2 FEATURE LIST    

	4.4 SECTION: FEATURES 

	4.5 SECTION: PRICING TABLE 

	4.6 SECTION: VIDEO   
		4.6.1 BASIC STYLE / RESET
		4.6.2 VIDEO FEATURES 

	4.7 SECTION: SCREENSHOTS 
	
	4.8 SECTION: CLIENTS AND FEEDBACKS
		4.8.1 CLIENTS LOGO 
		4.8.2 FEEDBACKS

	4.9 SECTION: CALL TO ACTION
		4.9.1 CALL TO ACTION WITH TEXT/BUTTON 
		4.9.2 SUBSCRIBE FORM 

	4.10 SECTION: CONTACT US
		4.10.1 BASIC STYLES
		4.10.2 CONTACT FORM   


	4.11 SECTION: FOOTER   

-----------------------------------------*/

/*---------------------------------------
   1. IMPORT GOOGLE WEB FONTS                
-----------------------------------------*/

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/SourceSansPro-Light.woff) format('woff');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SourceSansPro-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/SourceSansPro-Bold.woff) format('woff');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/SourceSansPro-It.woff) format('woff');
}




/* @import url(http://web.archive.org/web/20180519075250cs_/http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Raleway:500,600,700);*/
@import url(http://web.archive.org/web/20180519075250cs_/http://fonts.googleapis.com/css?family=PT+Sans:400,400italic);
@import url(http://web.archive.org/web/20180519075250cs_/http://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(http://web.archive.org/web/20180519075250cs_/http://fonts.googleapis.com/css?family=Lobster);
/* --------------------------------------
=========================================
   2. GLOBAL STYLES
=========================================
-----------------------------------------*/

/*---------------------------------------
   2.1 GENERAL STYLES                
-----------------------------------------*/

html {
	font-size: 100%;
	
}

body {
	background: url('../images/bg.png');
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #727272;
	line-height: 25px;
	text-align: center;
	overflow-x: hidden !important;
	margin: auto !important;
}

/*---------------------------------------
   2.2 PRE LOADER              
-----------------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}

.status {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	margin: -20px 0 0 -20px;
}

/*---------------------------------------
   2.3 ANCHOR AND BOLD TEXT           
-----------------------------------------*/
a {
	text-decoration: none;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: inherit;
	color: inherit;
}

strong {
	font-weight: 700;
}

.strong {
	font-weight: 700;
}


/*---------------------------------------
   2.4 MISC FIXES         
-----------------------------------------*/
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol {
	padding-left: 0 !important;
}

li {
	list-style: none;
}

/* --------------------------------------
=========================================
   3. COMPONENTS 
=========================================
-----------------------------------------*/

/*---------------------------------------
   3.1 BACKGROUND COLORS AND LINE               
-----------------------------------------*/

.dark-bg {
	background: #323232;
	color: #ffffff;
}

.color-bg {
	color: #ffffff;
}



.bgcolor-white {
	background: #ffffff;
}

.colored-line {
	height: 1px;
	width: 70px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*---------------------------------------
   3.2 TYPOGRAPHY               
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'PT sans', sans-serif;
	color: #323232;
	margin-bottom: 0;
	margin-top: 0;
}

h1 {
	font-size: 2.813rem;
	line-height: 3.75rem;
	font-weight: 500;
}

h2 {
	font-size: 2.188rem;
	line-height: 3.125rem;
	font-weight: 500;
}

h3 {
	font-size: 1.5rem;
	line-height: 2.375rem;
	font-weight: 600;
}

h4 {
	font-size: 1.25rem;
	line-height: 2rem;
	font-weight: 600;
}

h5 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
}

h6 {
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
}


/*---------------------------------------
   3.3 BUTTONS               
-----------------------------------------*/
.btn:focus,
.btn:active,
.btn,
.open .dropdown-toggle.btn {
	outline: inherit;
	border-color: inherit;
}

.standard-button {
	font-family: 'PT sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 15px 30px;
	border: 0;
	margin: 5px;
	line-height: inherit;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

.secondary-button {
	font-family: 'PT sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 15px 30px;
	border: 0;
	margin: 5px;
	border: 1px solid #727272;
	color: #323232;
	background: #ffffff;
	line-height: inherit;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}


/* --------------------------------------
=========================================
   4. SECTION SPECIFIC CSS
=========================================
-----------------------------------------*/

/*---------------------------------------
   4.1 SECTIONS PADDING AND COLOR OVERLAY                
-----------------------------------------*/

.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.comments{
	padding-top: 100px;
	padding-bottom: 100px;
	
	width:85%;
	margin:0 auto;
	background:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.section4
{
height:600px;
}
#section8
{
background:#f7f8fa;
}
#contacts
{
width:85%;
	margin:0 auto;
}
.color-overlay {
	background: rgba(0, 0, 0, 0.6);
    height:800px;
}


/*========================================
   4.2 SECTION: HOME                
==========================================*/

/*---------------------------------------
   4.2.1 BASIC STYLES               
-----------------------------------------*/

header {
	/*background: url(../images/bg-image-1.jpg) no-repeat center top fixed;*/
	
background: rgba(255, 255, 255, 1);
	background: url(../images/cream_pixels.png) repeat;	
	/*-webkit-background-size: cover;
	background-size: cover;*/
    height: 900px;
	width: 85%;
	margin: 0 auto;
}

header .vertical-registration-form {
	margin-right: 10px;
}

.navigation-header {
	padding-top: 17px;

}

.intro-section {
	margin-top: 20px;
	margin-bottom: 137px;
}

.intro {
	color: #ffffff;
}

.navbar-header img {
	max-height: 45px;
}


/*---------------------------------------
   4.2.2 NAVIGATION                
-----------------------------------------*/
/* NAV RESETS */
.navbar-nav > li > a:hover {
	background: inherit;
}

/* NORMAL NAVIGATION WITH SOCIAL ICON AND LOGO ONLY */
.non-sticky .navbar-nav.navbar-right:last-child {
	margin-right: 0;
}

.non-sticky .navbar-nav > li > a {
	font-size: 25px;
	padding: 0;
	padding-left: 5px;
	padding-top: 3px;
	color: #ffffff;
}


/* STICKY NAVIGATION */
.sticky-navigation {
	min-height: 75px;
	background: #ffffff;
	-webkit-backface-visibility: hidden;
	border: 0;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-header {
	padding-top: 8px;
}

.sticky-navigation .main-navigation {
	padding-top: 13px;
	
}

.sticky-navigation .main-navigation .current a {
	-webkit-backface-visibility: hidden;
	outline: inherit;
	position: relative;
}

.sticky-navigation .navbar-nav > li > a {
	font-family: 'PT sans', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: #323232;
}


/*---------------------------------------
   4.2.3 FEATURE LIST               
-----------------------------------------*/
.feature-list-1 {
	margin-top: 40px;
	margin-bottom: 20px;
}

 .icon-container {
	margin-top: 25px;
	margin-bottom: 25px;
}

 .icon-container {
	width: 32px;
	height: 32px;
	border-radius: 3px;
	color: #ffffff;
	line-height: 32px;
	margin-right: 15px;
	margin-top: 8px;
}

.feature-list-1 li p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	line-height: 30px;
}


/*---------------------------------------
   4.2.4 VERTICAL REGISTRATION FORM               
-----------------------------------------*/
.vertical-registration-form {
	background: rgba(0, 0, 0, 0.5);
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	max-width: 390px;
	margin: auto;
	padding-bottom: 30px;
}

.vertical-registration-form .colored-line {
	margin-top: 0;
}

.vertical-registration-form h3 {
	color: #ddd;
 font-style:italic;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
    font-size:1.2rem;
	line-height: 1.5;
	font-size: 25px;
	text-shadow: 1px 1px 2px black;
}

.vertical-registration-form .input-box {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 45px;
	background: #000000;
	border-radius: 3px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	box-shadow: inherit;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.vertical-registration-form .input-box:focus,
.vertical-registration-form .input-box:active {
	box-shadow: inherit;
	color: #ffffff;
}


/*========================================
   4.3 SECTION WITH LEFT / RIGHT SCREENSHOT             
==========================================*/
/*---------------------------------------
   4.3.1 BASIC STYLES               
-----------------------------------------*/
.side-screenshot,
.side-screenshot2 {
	max-width: 532px;
}

.brief h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

.brief p {
	margin-top: 45px;
}

/*---------------------------------------
   4.3.2 FEATURE LIST               
-----------------------------------------*/

.feature-list-2 {
	margin-top: 25px;
}

.feature-list-2 li {
	overflow: auto;
}

.icon-container {
	width: 32px;
	height: 32px;
	border-radius: 3px;
	color: #ffffff;
	line-height: 32px;
	margin-right: 15px;
	margin-top: 5px;
	text-align: center;
}

.details {
	width: 89%;
	text-align:left;

}

.details p {
	margin-top: 5px;
}
.pull-left
{
	margin-top:20px;
}


/*========================================
   4.4 SECTION: FEATURES                
==========================================*/
.features {
	margin-top: 35px;
}

.feature {
	width:90%;
	margin:0 auto;
	margin-top: 40px;
	margin-bottom: 35px;	
	border:1px solid #ccc; 
	border-radius:10px;
	background:#fff;
	padding:0 10px;
}
.feature img
{
	padding-top:10px;
	width:80%;
	height:200px;
}

.feature .icon {
	font-size: 50px;
	margin-bottom: 30px;
}

.feature h4 {
	margin-bottom: 10px;
}


/*========================================
   4.5 SECTION: PRICING TABLE               
==========================================*/
.pricing-table {
	margin-top: 35px;
}

.package {
	overflow: auto;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	margin-top: 40px;
}

.package .header {
	padding-top: 20px;
	padding-bottom: 20px;
}

.package .header h3 {
	color: #ffffff;
}

.package-features .column-9p {
	width: 90%;
	float: left;
	text-align: left;
}

.package-features .column-1p {
	width: 10%;
	float: right;
	text-align: right;
	color: #323232;
}

.package-features .column-7p {
	width: 60%;
	float: left;
	text-align: left;
}

.package-features .column-3p {
	width: 40%;
	float: right;
	text-align: right;
}

.package-features ul li {
	overflow: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 35px;
	padding-left: 35px;
	border-bottom: 1px dotted #e3e3e3;
}

.package-features .bottom-row {
	overflow: auto;
	padding-top: 8px;
	padding-bottom: 17px;
	padding-right: 35px;
	padding-left: 35px;
}

.package-features .bottom-row h6 {
	padding-top: 5px;
}

.package-features .bottom-row .secondary-button,
.package-features .bottom-row .standard-button {
	margin: 0;
	padding: 7px 15px;
	vertical-align: middle;
}


/*========================================
   4.6 SECTION: VIDEO              
==========================================*/
/*---------------------------------------
   4.6.1 BASIC STYLE / RESET         
-----------------------------------------*/
video {
	max-width: 100%;
	height: auto;
}

iframe,
embed,
object {
	max-width: 100%;
}

.video-container {
	width: 100%;
	background: #ffffff !important;
	margin-top: 75px;
}

.video {
	background: #ffffff !important;
}


/*---------------------------------------
   4.6.2 VIDEO FEATURES         
-----------------------------------------*/
.video-features {
	margin-top: 40px;
}

.video-features .inline-icon {
	padding-right: 5px;
}


/*========================================
   4.7 SECTION: SCREENSHOTS              
==========================================*/
.screenshots {
	margin-top: 68px;
}

.shot {
	margin: 10px;
	border-radius: 3px;
	border: 5px solid #ffffff;
}

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

.shot img:hover {
	cursor: crosshair;
	opacity: 0.8;
}


/*========================================
   4.8 SECTION: CLIENTS AND FEEDBACKS              
==========================================*/
/*---------------------------------------
   4.8.1 CLIENTS LOGO        
-----------------------------------------*/
.clients {
	margin-top: 35px;
}

.client-logos li {
	display: inline-block;
	vertical-align: middle;
	margin: 15px;
}

/*---------------------------------------
   4.8.2 FEEDBACKS        
-----------------------------------------*/
.testimonials {
	margin-top: 15px;
}

.single-feedback {
	position: relative;
	margin-top: 20px;
}

.single-feedback .client-pic {
	width: 100px;
	/*height: 48px;*/
	margin: auto;
	position: relative;
	margin-bottom: -24px;
	z-index: 999;
	border: 3px solid #ffffff;
	box-shadow: 0px 0px 0px 3px #f7f8fa;
}

.single-feedback .client-pic img {
	max-width: 100%;
}

.single-feedback .box {
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 3px;
	position: relative;
	background: #f7f8fa;
	padding-top: 20px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
	-moz-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
	box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
}

.single-feedback .box .message {
	padding: 25px;
	font-style: italic;
}

.single-feedback .box:after,
.single-feedback .box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.single-feedback .box:after {
	border-color: rgba(247, 248, 250, 0);
	border-top-color: #f7f8fa;
	border-width: 15px;
	margin-left: -15px;
}

.single-feedback .box:before {
	border-color: rgba(229, 229, 229, 0);
	border-top-color: #e5e5e5;
	border-width: 16px;
	margin-left: -16px;
}

.single-feedback .client-info {
	margin-top: 30px;
}

.single-feedback .client-info .client-name {
	line-height: 20px;
}

.single-feedback .client-info .company {
	font-size: 13px;
}


/*========================================
   4.9 SECTION: CALL TO ACTION              
==========================================*/
/*---------------------------------------
   4.9.1 CALL TO ACTION WITH TEXT/BUTTON          
-----------------------------------------*/
.cta-section {
	background: url(../images/bg-image-2.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.cta-section h4, .cta-section p, .cta-section h2, .cta-section h3 {
	color: #ffffff;
}

.cta-section p strong
{
color: #DD291E !important;
}

.cta-section p {
font-size:1.2rem;
text-align: left;
margin-left:18%;
}

.cta-section .colored-line
{
margin-bottom: 40px;
}


.cta-section .color-overlay {
	padding-top: 125px;
	padding-bottom: 25px;
}


/*---------------------------------------
   4.9.2 SUBSCRIBE FORM           
-----------------------------------------*/
.subscribe-section {
	margin-top: 75px;
}

.subscription-form .input-box {
	width: 300px;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 55px;
	border-radius: 3px;
	font-size: 16px;
	color: #000000;
	box-shadow: inherit;
}

.subscription-success,
.subscription-error {
    color: #FFFFFF;
}

/*========================================
   4.10 SECTION: CONTACT US             
==========================================*/
/*---------------------------------------
   4.10.1 BASIC STYLES        
-----------------------------------------*/
.contact-us {
	padding-top: 75px;
	padding-bottom: 75px;
}

.contact-us .heading {
	margin-bottom: 10px;
}

.contact-link {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 50px;
	font-family: 'PT sans', sans-serif;
}



.contact-link span {
	margin-right: 10px;
}


/*---------------------------------------
   4.10.2 CONTACT FORM        
-----------------------------------------*/
.contact-form {
	margin-top: 25px;
}

.contact-form .success,
.contact-form .error {
	display: none;
}

.contact-form .input-box,
.contact-form .textarea-box {
	margin-bottom: 15px;
	margin-top: 15px;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	color: #727272;
	padding-left: 12px;
	font-size: inherit;
	line-height: auto;
}

.contact-form .input-box {
	min-height: 50px;
}

.contact-form .textarea-box {
	min-height: 200px;
	-webkit-backface-visibility: hidden;
}

.contact-form .input-box:active,
.contact-form .textarea-box:active,
.contact-form .input-box:focus,
.contact-form .textarea-box:focus {
	color: #323232;
}

.contact-form .btn {
	margin-top: 25px;
}


/*========================================
   4.11 SECTION: FOOTER             
==========================================*/
footer {
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer-logo {
	max-width: 180px;
	margin: auto;
}

.copyright {
	margin-top: 15px;
	margin-bottom: 15px;
}

.social-icons li {
	display: inline;
	margin: 2px;
}

.social-icons li a {
	font-size: 25px;
	color: #919191;
}

.social-icons li a:hover {
	text-decoration: none;
}



/*========================================
   4.12 SECTION: MY STYLES           
==========================================*/
.navbar-header p
{
color:#695D5D;
font-style:italic;
font-size:0.9rem;
padding-left: 5px;  
font-family: 'Roboto Condensed', sans-serif;
}
.navigation-header img
{
margin-left:10px;
}
.info_comp p
{
color:#695D5D;
float:left;
text-transform:uppercase;
width:100%;
text-align:left;
}
.phone
{
color:#DD291E;
font-size:1.5rem;
font-weight:700;
}
.navigation-header .container .button_call
{
padding:5px 10px;
font-size: 0.9rem;
margin-right:-40px;
}
.button_call a
{
color:#fff;
text-decoration:none;
}
.section4 img
{
width: 160px;
height: 170px;
}
.main-nav
{
margin-top:-25px;
width:100%;
float:right;
border-radius:0!important;
}
.contacts
{padding-right:0;
margin-right:-10px;
}
.main-window
{
padding-right: 35px;
}
.navbar-inverse .navbar-nav>li>a
{
color:#ccc;
}
.navbar-collapse
{
float: left!important;
width:100%!important;
}
#products  .owl-page span
{
background:#ccc;
}

.slogan
{
font-size:1.5rem;
/*color:#fff;*/
color:#000;
font-family: 'PT sans', sans-serif;
line-height:2rem;
font-weight:600;
font-style:italic;
}
.slogan b
{
color:#DD291E;
font-size:1.5rem;
}
.bgcolor-2 {
	background: #f7f8fa;
}
.spec
{

text-align:left;
color:#4B2626;
padding: 0 0 0 40px;
}
.spec b
{
color:#DD291E;
text-align:center;
padding-left:10px;
}

.spec ul
{
padding-left:10px;
}
.spec ul li
{list-style-type: disc ;
padding-left:5px;
 }
.spec span
{
text-decoration:line-through;
}
.title_name 
{
font-size:1.6rem;
color:#DD291E;
}

.section1 img
{
border-radius:20px;
}
.section3 img
{
border-radius:10px;
border:1px solid #ccc;
}

.section5 .icon { 
width: 20px; height: 20px; font-style: normal; display: inline-block; margin: 3px 10px 70px 20px; float: left; position: relative; top: 4px; background: black; color: white; text-align: center; line-height: 20px; font-size: 11px; border-radius: 50px;}
.section5 ol
{
width:80%;
margin:0 auto;
}
.navbar-nav .actived
{
background-color:#333;
}

/*========================================
   4.13 SECTION: HOW WE WORKED         
==========================================*/
.section5 .container
{
width:95%;

}
.steps
{
background:url(../images/steps.png) no-repeat;
    background-size:contain;
	width:100%;
    height:178px;
    margin:20px 0 40px 0;
}

.section5 ol
{
    padding-left: 20px !important;
}
.section5 ol li
{
list-style:none;
text-align: left;
font-family: 'PT sans', sans-serif;
color: #323232;
font-size: 1.25rem;
line-height: 2rem;
font-weight: 600;
}
/*========================================
   4.13 SECTION: about        
==========================================*/
.about_us 
{
margin-top:40px;
width:1100px;
}

.about_us p
{
color:#4B2626;
text-align:left;
font-size:1.2rem;
}

.about_us h2
{
color:#DD291E;
text-align:left;
font-size:1.5rem;
}
.about header,.about .color-overlay
{
height:1050px;
}
.about_us img
{
width:100%;
border-radius:10px;
border:1px solid #ccc;
margin-top:10px;
}

/*========================================
   4.14 SECTION: service        
==========================================*/
.service header
{
height:150px;
}
.service .col-md-4 .step
{
padding:20px;
border-radius:10px;
border:1px solid #ccc;
margin-bottom:20px;
margin-left:10px;
}
.service .col-md-4  img
{
width:100%;
}
.col-md-4 p
{
text-align:left;
}
.service  .title
{
text-align:center;
font-size:1.3rem;
color:#000;
}

.service  p.first
{
margin-top:10px;
}

.service .section1,.service .section2,.service .section3,.service .section4
{
padding-top:50px;
}
.service .colored-line
{
margin-bottom:20px;
}
/*========================================
   4.15 SECTION: delivery       
==========================================*/
.delivery h2.first
{
margin-top:-40px;
}
.delivery h2
{

font-size:2rem;
}
.delivery header,.delivery .color-overlay
{height:150px;} 


.pay p
{
text-align:center;
font-size:1.2rem;

}
.delivery .pay img,.delivery .pay-russia img
{
width:100%;
height:205px;
border-radius:30px;
}
.pay-russia p
{
text-align:center;

font-size:1.5rem;
}

.delivery .method
{
padding:20px;
border-radius:10px;
border:1px solid #ccc;
margin-bottom:20px;
margin-left:10px;
}

.pay-form .form-control
{
margin-bottom:10px;
}

.container
{width:100%;}

.thanks h2
{
color:#695D5D;
margin-top:100px;
}
.thanks #home
{
height:500px;
}

.text-left-form
{
font-family: verdana, geneva, sans-serif;
font-size: 26px;
font-style: normal;
font-weight: normal;
line-height: 1.5;
color:#A59999;
}
.text-left-form span
{
font-family: Lobster, sans-serif;
font-size: 28px;
color:rgb(114, 114, 114);
}
.navbar-fixed-top #landx-navigation
{
width:80%!important;}


.text-left-form .col-md-10
{
margin-top:25%;
}
.about .info_comp p,.delivery  .info_comp p, .service .info_comp p
{
color:#fff;
}
.about .color-overlay
{
height:150px;
}
.about .navbar-header p,.delivery .navbar-header p,.service .navbar-header p,
.about .info_comp p,.delivery .info_comp p,.service .info_comp p

{color:#fff;
}
.section1 .sub-heading
{

font-size:1.3rem;
}
.intro-section img
{width:100%;}
.price b
{
font-size:1.4rem;
}
.delivery .section1
{
padding:100px 20px;
}

/*
playback timings (ms):
  captures_list: 0.81
  exclusion.robots: 0.04
  exclusion.robots.policy: 0.012
  esindex: 0.014
  cdx.remote: 6.861
  LoadShardBlock: 94.097 (3)
  PetaboxLoader3.datanode: 91.111 (5)
  PetaboxLoader3.resolve: 119.511 (3)
  load_resource: 160.53 (2)
*/