/*------------------------------------------------------------------------------------------*/
/* 1. Website Default Styling */
/*------------------------------------------------------------------------------------------*/


body {
    background:#ffffff;
}


/* Default Link Color */

a, .la-ball-triangle-path {
    color:#111111;
}

a:hover, #header.nav-solid nav a:hover {
    color:#1594d2;
}

/* Default Icon Color */

.icon i {
    color:#1594d2;
}

/* Border Color */

#banner .section-heading:before, .testimonial.classic footer:before {
    background: #1594d2;
}


/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color:#111111;
}


/* Navigation Colors when the Navigation is sticky and solid */ 

#header.nav-solid, #header.nav-solid a, #header.nav-solid i, #nav-mobile ul li a {
    color:#333333;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: #1594d2;
    border-color: #1594d2;
}    



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background Blue */
.pricing-block-content:hover { border-color:#1594d2; }
.primary-color, .featured .pricing { background-color:#1594d2; }

.primary-color,
.primary-color .section-title,
.primary-color .section-subtitle,
.featured .pricing,
.featured .pricing p {
    color:#ffffff;    
}

.section-heading h2:after {
    background:#1594d2;
    content:"";
    display:block;
    width:30px;
    height:5px;
    margin-top:30px;
}
.text-center .section-heading h2:after { margin:30px auto 25px auto !important; }
.primary-color .icon i, .primary-color i { color:#ffffff; }
.secondary-color { background-color:#f5f5f5; }


/* Primary Background Durk Blue */
.pricing-block-content-durk:hover { border-color:#1b3362; }
.primary-color-durk, .featured-durk .pricing-durk { background-color:#1b3362; }

.primary-color-durk,
.primary-color-durk .section-title-durk,
.primary-color-durk .section-subtitle-durk,
.featured-durk .pricing-durk,
.featured-durk .pricing-durk p {
    color:#ffffff;    
}

.section-heading-durk h2:after {
    background:#1b3362;
    content:"";
    display:block;
    width:30px;
    height:5px;
    margin-top:30px;
}
.text-center-durk .section-heading-durk h2:after { margin:30px auto 25px auto; }
.primary-color-durk .icon i, .primary-color-durk i { color:#ffffff; }

/* Primary Background Red */
.pricing-block-content-red:hover { border-color:#a91f60; }
.primary-color-red, .featured-red .pricing-red { background-color:#a91f60; }

.primary-color-red,
.primary-color-red .section-title-red,
.primary-color-red .section-subtitle-red,
.featured-red .pricing-red,
.featured-red .pricing-red p {
    color:#ffffff;    
}

.section-heading-red h2:after {
    background:#a91f60;
    content:"";
    display:block;
    width:30px;
    height:5px;
    margin-top:30px;
}
.text-center-red .section-heading-red h2:after { margin:30px auto 25px auto; }
.primary-color-red .icon i, .primary-color-red i { color:#ffffff; }


/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */

#banner {
    /*background: url("../images/banner-images/banner-image-1.jpg") no-repeat center top;
    background-size:cover;*/
}


/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'Open Sans', 'Arian AMU', sans-serif, Arial, Helvetica;
    font-size:15px;
    font-weight:normal;
    color:#111111;
}

/* Logo, if you are using Fonts as Logo and not image

#logo h1 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

#logo h2 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

*/


/* Banner Typography */



#banner h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:16px;
    font-weight:300;
    color:#111111;
}


/* Section Title and Subtitle */

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:700;
    color:#111111;
}

.section-subtitle {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight:300;
    color:#9c9c9c;
}

/* Testimonial */

.testimonial q {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 17px; 
    font-weight:300;
}

.testimonial.classic q, .testimonial.classic footer {
    color:#111111;
}


/* Standard Headings h1-h6 */

h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 40px; 
    font-weight:300;
    color:#111111;
}

h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:300;
    color:#111111;
}

h3 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 30px; 
    font-weight:700;
    color:#111111;
}

h4 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px; 
    font-weight:400;
    color:#111111;
}

h5 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px; 
    font-weight:400;
    color:#111111;
}

h6 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:400;
    color:#111111;
}


/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default Buttons---------- */
.button, input[type="submit"]  {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:14px;
    font-weight:bold;
    color:#111111;
}

.button {
    font-size: 16px;
    margin: 30px 0;
    padding: 11px 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
}

.button, input[type="submit"] { border-color:#111111; }
.button:hover, input[type="submit"]:hover { border-color:#1594d2; color:#1594d2; }

/* ----------Blue Button---------- */
.button-blue, input[type="submit"]  {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:14px;
    font-weight:bold;
    color:#1594d2;
}

.button-blue {
    font-size: 16px;
    margin: 30px 0;
    padding: 11px 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
}

.button-blue, input[type="submit"] { border-color:#1594d2; }
.button-blue:hover, input[type="submit"]:hover { border-color:#1594d2; color:#ffffff; background-color: #1594d2; }


/* ----------Durk Button---------- */
.button-durk, input[type="submit"]  {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:14px;
    font-weight:bold;
    color:#1b3362;
}

.button-durk {
    font-size: 16px;
    margin: 30px 0;
    padding: 11px 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
}

.button-durk, input[type="submit"] { border-color:#1b3362; }
.button-durk:hover, input[type="submit"]:hover { border-color:#1b3362; color:#ffffff; background-color: #1b3362; }

/* ----------Red Button---------- */
.button-red, input[type="submit"]  {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:14px;
    font-weight:bold;
    color:#a91f60;
}

.button-red {
    font-size: 16px;
    margin: 30px 0;
    padding: 11px 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
}

.button-red, input[type="submit"] { border-color:#a91f60; }
.button-red:hover, input[type="submit"]:hover { border-color:#a91f60; color:#ffffff; background-color: #a91f60; }


/* ----------Whatsapp Call---------- */

.blue-call {
			color:#1594d2;
			text-align: left;
			padding-left:20px;
			margin: 20px 0;
			line-height: 16px;
			font-weight: bold;
}
.blue-call a {color:#1594d2; text-decoration: underline; padding: 0 2px;}
.blue-call a:hover {text-decoration: none; }

.durk-call {
			color:#1b3362;
			text-align: left;
			padding-left:20px;
			margin: 20px 0;
			line-height: 16px;
			font-weight: bold;
}
.durk-call a {color:#1b3362; text-decoration: underline; padding: 0 2px;}
.durk-call a:hover {text-decoration: none; }

.red-call {
			color:#a91f60;
			text-align: left;
			padding-left:20px;
			margin: 20px 0;
			line-height: 16px;
			font-weight: bold;
}
.red-call a {color:#a91f60; text-decoration: underline; padding: 0 2px;}
.red-call a:hover {text-decoration: none; }

/* ----------Whatsapp Call---------- */


/* ----------Banner Buttons---------- */


/* Button Text */

#banner .button {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:16px;
    color:#a91f60;
}


/* Button Color */

#banner .button {
    border-color:#a91f60;
}


/* Button Hover Color */

#banner .button:hover {
    color:#a91f60;
    border-color:#a91f60;
	background-color: #a91f60;
	color:#ffffff;
}


/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:12px;
    font-weight:normal;
    color:#999999;
}

/* Footer Icon Color */

#landing-footer i {
    color:#999999;
}