/*
Author       : mydesign.
Template Name: Rangbazz - Responsive One Page Template.
Version      : 1.0.0
*/
/**
 *
 *    01. START GENERAL STYLE

 *    02. BOOTSTRAP NAVIGATION OVERRIDES

 *    03. START HOME DESIGN

 *    04. START ABOUT DESIGN

 *    05. START TEAM DESIGN

 *    06. START PORTFOLIO DESIGN

 *    07. START TESTIMONIAL DESIGN

 *    08. START PARTNER DESIGN
 
 *    09. START FUNFACT DESIGN
 
 *    10. START PRICING DESIGN
 
 *    11. START BLOG  DESIGN
 
 *    12. START CONTACT  DESIGN
 
 *    13. START FOOTER DESIGN
 
 *
 */
/*
* ----------------------------------------------------------------------------------------
* 01. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
    background-color: #fff;
    font-family: 'Open Sans', 'Sans Serif';
    font-size: 16px;
    color: #444444;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif;
    color: #222222;
}
h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
}
h4 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px;
}

h6 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}
p {
    font-size: 14px;
    line-height: 28px;
    color: #444444;
    font-weight: 400;
}
a {
    text-decoration: none !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a {
    color: #222;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*
 * ----------------------------------------------------------------------------------------
 * TOP CONTROL ICON DESIGN
 * ----------------------------------------------------------------------------------------
 */
#topcontrol {
    background: #222;
    bottom: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    width: 40px;
    height: 40px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    padding: 0px 12px;
    position: fixed;
    right: 5px;
    border-radius: 500px;
    transition: all 0.6s ease 0s;
}
#topcontrol:hover {
    background: #0091a2;
    color: #fff;
}
/*END TOP CONTROL ICON DESIGN*/
.section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-title { margin-bottom: 90px }
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
}
@media only screen and (max-width:480px) { 
    .section-title h2 {
        font-size: 22px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width:360px) { 
    .section-title h2 { font-size: 18px }
}
@media only screen and (max-width:320px) { 
    .section-title h2 { font-size: 20px }
}
.section-title span {
    background: #0091a2 none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin: 10px auto 0;
    width: 60px;
}
.section-title i {
    border: 1px solid #ddd;
    border-radius: 100px;
    color: #0091a2;
    font-size: 22px;
    margin: 10px 0;
    padding: 20px;
}
/*BTN STYLE*/
.btn-theme-bg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 24px;
    padding: 10px 40px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.btn-theme-bg:hover {
    color: #222;
    background: #fff;
    border: 2px solid #fff;
}
.btn-dark-bg {
    background: #222 none repeat scroll 0 0;
    border: 1px solid #222;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    margin: 10px 0;
    padding: 8px 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
}
.btn-dark-bg:hover,
.btn-dark-bg:focus {
    background: #0091a2;
    border: 1px solid #0091a2;
    color: #fff;
}
/*END BTN STYLE*/
/*RANGBAZZ DARK OVERLAY*/
.rangbazz-dark-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*END RANGBAZZ DARK OVERLAY*/
/*
 * ----------------------------------------------------------------------------------------
 * 02.BOOTSTRAP NAVIGATION OVERRIDES
 * ----------------------------------------------------------------------------------------
 */
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.1);
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #0091a2 !important;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #0091a2 !important;
    background-color: transparent;
}
.navbar-brand {
    font-weight: 700;
    color: #0091a2 !important;
    font-size: 22px;
    line-height: 20px;
}
@media only screen and (max-width:320px) { 
.navbar-brand {
    font-size: 20px;
}
}
.navbar-default .navbar-nav>li>a {
    font-weight: 700;
    font-size: 12px;
}
.navbar-default .navbar-nav>li>a:hover { color: #0091a2 !important }
.navbar-default.menu-top {
    background-color: transparent;
    width: 100%;
}
.navbar-default.menu-shrink {
    padding: 10px 0;
    background-color: #fff;
    width: 100%;
}
.navbar-default.menu-top li a {
    color: #f3f3f3 !important;
    text-transform: uppercase;
}
.navbar-default.menu-top .navbar-brand {
    color: #f3f3f3 !important;
    text-transform: uppercase;
}
@media only screen and (max-width:480px) { 
    .navbar-default.menu-top .navbar-brand {
        color: #f3f3f3 !important;
        margin-left: 10px;
    }
}
.navbar-default.menu-shrink .navbar-brand { color: #0091a2 !important }
.navbar-default.menu-shrink li a { color: #323A45 !important }
.navbar-default .navbar-toggle {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #fff }
.navbar-default .navbar-toggle .icon-bar { background-color: #0091a2 }
/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 *  03. START HOME DESIGN
 * ----------------------------------------------------------------------------------------
 */
.hero {
    background: rgba(0, 0, 0, 0) url("../img/bg/bg-1.jpg") no-repeat fixed center center / cover;
    height: 635px;
}
@media only screen and (max-width:768px) { 
    .hero { height: 610px }
}
@media only screen and (max-width:480px) { 
    .hero { height: 640px }
}
.hero-text h4 {
    color: #fff;
    padding-top: 200px;
}
.hero-text h1 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 55px;
}
@media only screen and (max-width:768px) { 
    .hero-text h1 {
        font-size: 30px;
        letter-spacing: 3px;
        line-height: 50px;
    }
}
@media only screen and (max-width:480px) { 
    .hero-text h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
}
@media only screen and (max-width:360px) { 
    .hero-text h1 {
        font-size: 28px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width:320px) { 
    .hero-text h1 {
        font-size: 24px;
        letter-spacing: 1px;
    }
}
.hero-text p { color: #fff }
.hero-text h1 span { color: #0091a2 }
/*
 * ----------------------------------------------------------------------------------------
 *  03. END HOME DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * SLIDER DESIGN
 * ----------------------------------------------------------------------------------------
 */
#home-slider {
    overflow: hidden;
    position: relative;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
    height: 635px;
}
.carousel-fade .carousel-inner .item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.2);
}
.carousel-fade .carousel-inner .active { opacity: 1 }
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1 }
.carousel-fade .carousel-control { z-index: 2 }
#home-slider .caption {
    position: absolute;
    top: 50%;
    margin-top: -104px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 15;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
#home-slider .caption h4 { color: #fff }
#home-slider .caption h1 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 55px;
}
#home-slider .caption h1 span { color: #0091a2 }
#home-slider .caption p {
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    width: 600px;
    margin-bottom: 30px;
}
.left-control,
.right-control {
background-color: rgba(255, 255, 255, 0.2);
color: #fff;
font-size: 26px;
height: 81px;
line-height: 82px;
position: absolute;
text-align: center;
top: 50%;
transition: all 0.5s ease 0s;
width: 41px;
z-index: 20;
}
.left-control { left: -51px; }
.right-control { right: -51px;}
.left-control:hover,
.right-control:hover {
    color: #ddd;
}
#home-slider:hover .left-control { left: 0px }
#home-slider:hover .right-control { right: 0px }
/*
 * ----------------------------------------------------------------------------------------
 * END SLIDER DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  04. START ABOUT DESIGN
 * ----------------------------------------------------------------------------------------
 */
#about { }
.single_about { }
.section-title { }
.section-title i { }
.section-title p { }
.single_about i {
    border: 1px solid #ddd;
    border-radius: 100px;
    box-shadow: 0 0 1px 0 #ccc;
    color: #222;
    font-size: 24px;
    margin: 20px;
    padding: 15px;
    transition: all 0.6s ease 0s;
    width: 60px;
}
.single_about h4 {
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.6s ease 0s;
    letter-spacing: 1px;
}
.single_about span {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 15px auto;
    width: 40px;
}
.single_about img { display: inline }
.single_about p { }
.media .fa {
    border: 1px solid #ddd;
    border-radius: 100px;
    color: #555;
    font-size: 22px;
    height: 70px;
    line-height: 25px;
    margin-top: 25px;
    padding: 22px;
    text-align: center;
    width: 70px;
}
.media-heading {
    margin-bottom: 5px;
    margin-top: 0;
    color: #222;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
@media only screen and (max-width:768px) { 
    .media-heading { font-size: 15px }
}
/*
 * ----------------------------------------------------------------------------------------
 *  04. END ABOUT DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  05. START TEAM DESIGN
 * ----------------------------------------------------------------------------------------
 */
.team { padding: 5px }
.team:hover { border: 1px solid #ddd }
.team h3 { }
.team h6 { font-size: 18px }
.team span {
    background: #0091a2 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 4px;
    margin: 10px auto 20px;
    width: 30px;
}
.team img { width: 100% }
.team_social_icon {
    margin-bottom: 20px;
    margin-top: 20px;
}
.team_social_icon ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.team_social_icon ul li { display: inline-block }
.team_social_icon ul li a {
border: 1px solid #ddd;
border-radius: 500px;
color: #222;
font-size: 16px;
margin: 5px;
padding: 6px;
transition: all 0.6s ease 0s;
}
.team_social_icon ul li a i { width: 20px }
.team_social_icon ul li a:hover {
    color: #fff;
    background: #0091a2;
    border: 1px solid #0091a2;
}
.team-two {
    background: rgba(0, 0, 0, 0) url("../img/bg/bg-4.jpg") no-repeat scroll center center / cover;
    min-height: 90px;
}
.team-two h3 {
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
}
@media only screen and (max-width:480px) { 
    .team-two h3 { text-align: center }
}
@media only screen and (max-width:360px) { 
    .team-two h3 { font-size: 20px }
}
@media only screen and (max-width:320px) { 
    .team-two h3 { font-size: 17px }
}
.join-us {
    margin-bottom: 20px;
    text-align: center;
}
/*
 * ----------------------------------------------------------------------------------------
 *  05. END TEAM DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  06. START POSTFOLIO DESIGN
 * ----------------------------------------------------------------------------------------
 */
.portfolio-wrapper { }
.filter {
    overflow: hidden;
    margin-bottom: 50px;
    text-align: center;
}
.filter li {
    display: inline-block;
    overflow: hidden;
}
.filter li a {
    border: 1px solid #ddd;
    color: #adadad;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 20px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
@media only screen and (max-width:768px) { 
    .filter li a { margin: 10px 10px }
}
.filter li a:hover,
.filter li a:active,
.filter li a:focus,
.filter li a.active { color: #222222 }
.portfolio-items {
    width: 100%;
    padding-left: 0px !important;
}
.portfolio-items li {
    width: 31.3%;
    margin: 1%;
    float: left;
    position: relative;
    overflow: hidden;
    list-style: none;
}
@media only screen and (max-width:480px) { 
    .portfolio-items li { width: 98% }
}
@media only screen and (max-width:360px) { 
    .portfolio-items li { width: 98% }
}
@media only screen and (max-width:320px) { 
    .portfolio-items li { width: 98% }
}
.portfolio-content img {
    width: 100%;
    display: block;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio-content:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.portfolio-content figcaption {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio-content:hover.portfolio-content figcaption {
    background: #0091a2;
    opacity: 0.6;
}
.portfolio-desc {
    background: transparent none repeat scroll 0 0;
    left: 50%;
    opacity: 0;
    padding: 0 5%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-80%, -40%) scale(0.5);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.portfolio-desc h4 {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
}
.portfolio-desc p { color: #ffffff }
.portfolio-desc a {
    color: #fff !important;
    display: inline-block;
    font-size: 50px;
    height: 50px;
    line-height: 46px;
    margin: 5px;
    width: 50px;
}
.portfolio-desc a:hover { color: #ffffff !important }
.portfolio-content figcaption:hover .portfolio-desc {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
/*
 * ----------------------------------------------------------------------------------------
 *  06. END PORTFOLIO DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *   START APP DESIGN
 * ----------------------------------------------------------------------------------------
 */
.app { }
.app h6 {
color: #6f6f6f;
display: inline-block;
font-size: 18px;
font-weight: 400;
margin-top: 5px;
width: 100%;
}
.app h3 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
@media only screen and (max-width:768px) { 
    .app h3 { font-size: 20px }
}
@media only screen and (max-width:320px) { 
    .app h3 { font-size: 17px }
}
.app p { text-align: justify }
.app ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.app ul li {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media only screen and (max-width:768px) { 
    .app ul li {
        font-size: 10px;
        : ;
    }
}
.app ul li i {
    background: #edb114 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    margin: 10px 30px 10px 0;
    padding: 5px;
}
.btn-theme-bg2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #222;
    border-radius: 0;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    margin-top: 24px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.6s ease 0s;
}
@media only screen and (max-width:320px) { 
.btn-theme-bg2 {
    padding: 10px 15px;
}
}
.btn-theme-bg2:hover {
    color: #fff;
    background: #222;
    border: 2px solid #222;
}

/*
 * ----------------------------------------------------------------------------------------
 *   END APP DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  07. START TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
 */
#testimonial { }
.cover-container { padding-top: 30px }
.curosal_title {
    font-size: 40px;
    margin-bottom: 10px;
    color: #F3981B;
    text-transform: uppercase;
}
.testimonial_title { }
.testimonial_title i {
    border: 2px solid #0091a2;
    border-radius: 500px;
    color: #0091a2;
    padding: 10px;
    width: 40px;
}
.testimonial_title h3 { color: #222 }
.team_member {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #222;
}
@media only screen and (max-width:360px) { 
    .team_member { font-size: 24px }
}
@media only screen and (max-width:320px) { 
    .team_member { font-size: 22px }
}
.member_title {
    color: #222;
    font-size: 22px;
}
.cover-container img { border-radius: 500px }
.member_summary { color: #222 }
.carousel-indicators li {
    border: 1px solid #0091a2;
    border-radius: 12px;
    height: 12px;
    margin: 0 1px;
    width: 12px;
    background: #0091a2;
}
.carousel-indicators .active { margin: 0 1px }
.site-wrapper { margin-bottom: 65px }
#team__carousel { margin-bottom: 100px }
#team__carousel .carousel-indicators { bottom: -80px }
.carousel-control { display: none }
/*
 * ----------------------------------------------------------------------------------------
 *  07. END TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
 */

 
/*
 * ----------------------------------------------------------------------------------------
 *  08. START PARTNER DESIGN
 * ----------------------------------------------------------------------------------------
 */
.partner-content-wrapper { margin-bottom: 20px }
.partner-content {
    border-right: 1px solid #ddd;
    margin-top: 10px;
    padding: 40px;
}
.partner-content:first-of-type { border-left: 1px solid #ddd }
.partner-content a { opacity: 0.7 }
.partner-content a:hover { opacity: 1 }
.partner-content img {
    width: 100%;
    transition: 1s;
}
.partner-content img:hover { transform: rotate(360deg) }
/*
 * ----------------------------------------------------------------------------------------
 *  08. END PARTNER DESIGN
 * ----------------------------------------------------------------------------------------
 */

/*
 * ----------------------------------------------------------------------------------------
 *  09. START FUNFACT DESIGN
 * ----------------------------------------------------------------------------------------
 */
#fun-fact {background: rgba(0, 0, 0, 0) url("../img/bg/bg-1.jpg") no-repeat fixed center center / cover;padding: 100px 0; }
@media only screen and (max-width:768px) { 
    .fun-facts-inner { margin-bottom: 30px }
}
@media only screen and (max-width:480px) { 
    .fun-facts-inner { margin-bottom: 30px }
}
.fun-facts-inner{
background-color: rgba(255, 255, 255, 0.8);
padding: 25px 30px;
}
.fun-facts-inner h2 {
    color: #0091a2;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 20px;
}
.fun-facts-inner h5 {
    color: #222;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 400;
	font-size:14px;
}
.fun-facts-inner span {
  content: "";
display: block;
height: 2px;
margin: 10px auto 0;
width: 40px;
}
/*
 * ----------------------------------------------------------------------------------------
 *  09. END FUNFACT DESIGN
 * ----------------------------------------------------------------------------------------
 */
 
 
/*
 * ----------------------------------------------------------------------------------------
 *  10. START PRICING DESIGN
 * ----------------------------------------------------------------------------------------
 */
.pricing-content {
    border: 1px solid #ddd;
    margin-bottom: 40px;
    transition: all 0.6s ease 0s;
}
.pricing-title {
    margin-bottom: 20px;
    transition: all 0.6s ease 0s;
}
.pricing-title h3 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 10px 0;
}
.pricing-price h4 {
    border-radius: 500px;
    font-size: 40px;
    height: 100px;
    margin: 0px auto 0;
    padding: 33px 13px;
    width: 100px;
    border: 1px solid #ddd;
}
.pricing-data p {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
.pricing-order { margin-top: 30px }
/*
 * ----------------------------------------------------------------------------------------
 *  10. END PRICING DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  12. START BLOG DESIGN
 * ----------------------------------------------------------------------------------------
 */

.blog-post {
display: inline-block;
width: 100%;
margin-bottom: 50px;
}
.blog-post .tittle-post {
color: #141414;
display: inline-block;
font-size: 18px;
font-weight: 700;
margin: 10px 0;
width: 100%;
}
.blog-post .tittle-post:hover {
	color: #0091a2;
}
.blog-post p {
	line-height: 24px;
	letter-spacing: 0px;
	font-size: 14px;
}
.blog-post .post-bt {
	font-size: 14px;
	color: #141414;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.blog-post .post-bt span {
color: #0091a2;
font-weight: 700;
}
.blog-post .post-info {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	margin-top: 10px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}
.blog-post .post-img {
	position: relative;
	overflow: hidden;
}
.blog-post .post-img img {
	width: 100%;
}
.blog-post .post-info li {
	display: inline-block;
	color: #6f6f6f;
	margin-right: 20px;
	font-size: 12px;
}
.blog-post .post-info li i {
	margin-right: 10px;
	font-size: 14px;
}
.blog-post .post-info li .date {
	height: 52px;
	width: 58px;
	background: #0091a2;
	color: #fff;
	float: right;
	position: absolute;
	right: 0px;
	top: -11px;
	padding: 0 10px;
	text-align: center;
	padding-top: 5px;
	font-size: 16px;
	font-style: italic;
}
/*
 * ----------------------------------------------------------------------------------------
 *  11. END BLOG DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  12. START CONTACT DESIGN
 * ----------------------------------------------------------------------------------------
 */
#contact {background: rgba(0, 0, 0, .9) url("../img/bg/contact-bg.jpg") no-repeat fixed center center / cover; }
.contact-title{color: #fff;}
.contact {
/* background-color: rgba(0, 0, 0, .9); */
height: 480px;
margin-bottom: 30px;
padding: 60px;
}
.address,
.call-us { margin-bottom: 38px }
.address h3,.address p,.call-us h3,.call-us p,.email h3,.email p {color: #fff; }
.address p { }
.call-us h3 { }
.call-us p { }
.email h3 { }
.email p { }
.form-control {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #ddd;
border-radius: 0;
box-shadow: none;
color: #fff;
height: 45px;
outline: medium none;
}
.form-control:focus {
    border: 1px solid #0091a2;
    box-shadow: none;
    outline: 0 none;
}
/*
 * ----------------------------------------------------------------------------------------
 *  12. END CONTACT DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 *  13. START FOOTER DESIGN
 * ----------------------------------------------------------------------------------------
 */
 
.footer_bottom {
    background: #0091a2 none repeat scroll 0 0;
    padding: 30px 0;
}
.footer_social_icon { margin-top: 10px }
.footer_social_icon ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_social_icon ul li { float: left }
@media only screen and (max-width:480px) { 
    .footer_social_icon { margin-bottom: 20px }
    .footer_social_icon ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .footer_social_icon ul li {
        display: inline;
        float: none;
    }
}
.footer_social_icon ul li a {
    border: 1px solid #ddd;
    border-radius: 500px;
    color: #fff;
    font-size: 18px;
    margin: 5px;
    padding: 10px 10px;
    transition: all 0.6s ease 0s;
}
@media only screen and (max-width:360px) { 
    .footer_social_icon ul li a { margin: 2px }
}
@media only screen and (max-width:320px) { 
    .footer_social_icon ul li a { padding: 9px }
}
.footer_social_icon ul li a i { width: 23px }
.footer_social_icon ul li a:hover {
    color: #222;
    background: #fff;
    border: 1px solid #fff;
}
.footer-copyright {
color: #fff;
    line-height: 32px;
    margin: 6px 0 0;
}
/*
 * ----------------------------------------------------------------------------------------
 *  13.END FOOTER DESIGN
 * ----------------------------------------------------------------------------------------
 */
 
 
 
 
 
 

