/*
Author       : MyDesign.
Template Name: Mr.Baily - Responsive Resume Template.
Version      : 1.0.0
*/
/**
 *
 *    01. START GENERAL STYLE
 * 
 *    02. START HERO DESIGN
 * 
 *    03. START NAVIGATION DESIGN
 * 
 *    04. START ABOUT AREA DESIGN
 *
 *    05. START PROMOTION AREA DESIGN
 *
 *    06. START WORKING AREA DESIGN
 *
 *    07. START ICON AREA DESIGN
 *
 *    08. START PORTFOLIO DESIGN
 
 *    09. START SERVICE DESIGN
 
 *    10. START EDUCATION DESIGN
 
 *    11. START COUNT DOWN DESIGN
 
 *    12. START CLIENT FEEDBACK DESIGN
 
 *    13. START BLOG AREA DESIGN
 
 *    14. START CONTACT AREA DESIGN
 
 *    15. START FOOTER DESIGN
 *
 */
/*
 * ----------------------------------------------------------------------------------------
 * 01. GENERAL STYLE
 * ----------------------------------------------------------------------------------------
 */
body {
    font-family: 'Open Sans', 'Sans Serif';
    font-size: 16px;
    background: #fff;
	line-height: 24px;
    color: #444444;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Serif", sans-serif;
    color: #222222;
}
h1 {
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
}
h2 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
}
h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
}
h4 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px;
}
h5 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 3px;
}
h6 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}
p {
    font-size: 14px;
    line-height: 28px;
    color: #444444;
    font-weight: 400;
}
a {
    font-family: "Noto Serif", sans-serif;
    text-decoration: none !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
a {
    color: #222;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*
 * ----------------------------------------------------------------------------------------
 * LOADER DESIGN
 * ----------------------------------------------------------------------------------------
 */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden !important;
    z-index: 99999;
    background: #000;
}
.loader-img {
    background: url(../img/loading.gif) no-repeat;
    z-index: 11111111111;
    position: absolute;
    width: 256px;
    height: 88px;
    left: 50%;
    top: 50%;
    display: block;
    margin-left: -128px;
    margin-top: -44px;
}
/*
 * ----------------------------------------------------------------------------------------
 * TOP CONTROL ICON DESIGN
 * ----------------------------------------------------------------------------------------
 */
#topcontrol {
    background: #00A69A;
    bottom: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    -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: 4px 12px;
    position: fixed;
    right: 5px;
}
/*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: #00a69a none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin: 10px auto 0;
    width: 60px;
}
/*
 * ----------------------------------------------------------------------------------------
 * 02. HERO DESIGN
 * ----------------------------------------------------------------------------------------
 */
.hero {
    background: url(../img/bg/slider-1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 635px;
}
.welcome {
    background: url(../img/bg-overlay.png)repeat;
    min-height: 635px;
}
.hero-text h1 {
    color: #fff;
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 30px;
    padding-top: 200px;
    text-transform: uppercase;
}
@media (max-width: 768px) { 
    .hero-text h1 {
        margin-bottom: 10px;
        padding-top: 50px;
        text-align: center;
    }
}
@media (max-width: 480px) { 
    .hero-text h1 {
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 10px;
        padding-top: 50px;
        text-align: center;
    }
}
@media (max-width: 360px) { 
    .hero-text h1 {
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 10px;
        padding-top: 50px;
        text-align: center;
    }
}
@media (max-width: 320px) { 
    .hero-text h1 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 10px;
        padding-top: 50px;
        text-align: center;
    }
}
.hero-text h1 span { color: #00A69A }
#home-slider {
    overflow: hidden;
    position: relative;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    filter: alpha(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,.7);
}
.carousel-fade .carousel-inner .active { opacity: 1; filter: alpha(opacity=100) }
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1; filter: alpha(opacity=100) }
.carousel-fade .carousel-control { z-index: 2 }
#home-slider .caption {
    position: absolute;
    top: 50%;
    margin-top: -104px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 15;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
#home-slider .caption h1 {
    color: #fff;
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 30px;
    padding-top: 0px;
    text-transform: uppercase;
}
@media (max-width: 768px) { 
    #home-slider .caption h1 { font-size: 30px }
}
@media (max-width: 360px) { 
    #home-slider .caption h1 {
        font-size: 14px;
        margin-bottom: 0px;
    }
}
@media (max-width: 320px) { 
    #home-slider .caption h1 {
        font-size: 14px;
        margin-bottom: 0px;
    }
}
#home-slider .caption h1  span { color: #00A69A }
.left-control,
.right-control {
    border: 1px solid #fff;
    border-radius: 500px;
    color: #fff;
    font-size: 26px;
    height: 51px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
    width: 51px;
    z-index: 20;
}
.left-control { left: -51px }
.right-control { right: -51px }
.left-control:hover,
.right-control:hover { color: #fff }
#home-slider:hover .left-control { left: 30px }
#home-slider:hover .right-control { right: 30px }
@media (max-width: 360px) { 
    #home-slider:hover .left-control { display: none }
    #home-slider:hover .right-control { display: none }
}
@media (max-width: 320px) { 
    #home-slider:hover .left-control { display: none }
    #home-slider:hover .right-control { display: none }
}
/*social icon*/
.social_icon { margin-bottom: 180px }
.social_icon ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.social_icon ul li { display: inline }
.social_icon ul li a {
    border: 1px solid #555;
    border-radius: 12px 0;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 50px;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 8px 14px;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 50px;
}
@media (max-width: 768px) { 
    .social_icon ul li a { margin-right: 5px }
    .social_icon { margin-bottom: 30px }
}
@media (max-width: 360px) { 
    .social_icon ul li a { margin-right: 5px }
    .social_icon {
        margin-bottom: 30px;
        margin-left: 0px;
    }
}
@media (max-width: 320px) { 
    .social_icon ul li a { margin-right: 4px }
    .social_icon {
        margin-bottom: 30px;
        margin-left: 0px;
    }
}
.social_icon li { margin-right: 0 }
.facebook:hover {
    background: #425F9C;
    border: 1px solid #425F9C;
}
.twitter:hover {
    background: #09f;
    border: 1px solid #09f;
}
.google:hover {
    background: #F44A4B;
    border: 1px solid #F44A4B;
}
.youtube:hover {
    background: #B01C05;
    border: 1px solid #B01C05;
}
.rss:hover {
    background: #E09A00;
    border: 1px solid #E09A00;
}
/*End hero design*/
/*
 * ----------------------------------------------------------------------------------------
 * 03. START NAVIGATION 
 * ----------------------------------------------------------------------------------------
 */
.navbar.navbar-fixed-top {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-width: 0 0 1px;
    box-shadow: 0 -3px 2px 0 #ddd inset;
    position: relative;
}
.navbar.navbar-fixed-top .navbar-brand {
    color: #222;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    height: 65px;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 0;
    -webkit-transition: all 1s ease 0s;
            transition: all 1s ease 0s;
}
.navbar.navbar-fixed-top .navbar-brand:hover { color: #00A69A }
.navbar.navbar-fixed-top .navbar-nav > li > a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #a1a1a1;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 0px;
}
@media (min-width: 768px) { 
    .navbar.navbar-fixed-top .navbar-nav > li > a {
        color: #222;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding-top: 0;
        text-transform: uppercase;
        letter-spacing: 0px;
    }
}
@media (min-width: 768px) { 
    .navbar.navbar-fixed-top .navbar-nav > li > a {
        height: 65px;
        line-height: 65px;
    }
}
.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
    background: none;
    color: #00A69A;
    border: 0px;
}
.navbar.navbar-fixed-top .navbar-nav > li > a:focus {
    background-color: #fff;
    color: #222;
}
.navbar.navbar-fixed-top .navbar-toggle {
    background-color: #00A69A;
    border-radius: 3px;
    margin-top: 18px;
}
.navbar.navbar-fixed-top .navbar-toggle .icon-bar { background-color: #fff }
.navbar.navbar-fixed-top .navbar-collapse { border: 0 }
@media (max-width: 992px) { 
    .navbar.navbar-fixed-top .navbar-collapse { border-bottom: 1px solid #282428 }
}
/* End Navgation */
/*
 * ----------------------------------------------------------------------------------------
 * 04. START ABOUT AREA
 * ----------------------------------------------------------------------------------------
 */
#about-me { }
.about_img { }
.about_img img { }
.about_img h2 {
    background: #243235 none repeat scroll 0 0;
    color: #fff;
    margin-top: -50px;
    padding: 10px 0;
    position: relative;
}
@media (max-width: 768px) { 
    .about_img { display: none }
}
@media (max-width: 360px) { 
    .about_img { display: none }
}
@media (max-width: 320px) { 
    .about_img { display: none }
}
.about { margin-bottom: 80px }
.about h2 { margin-bottom: 30px }
@media (max-width: 360px) { 
    .about h2 { font-size: 26px }
}
@media (max-width: 320px) { 
    .about h2 { font-size: 24px }
}
.about p {
    line-height: 30px;
    margin-bottom: 30px;
}
@media (max-width: 360px) { 
    .about p { line-height: 24px }
}
@media (max-width: 320px) { 
    .about p { line-height: 22px }
}
.btn-group-lg > .btn,
.btn-lg {
    background: #00A69A none repeat scroll 0 0;
    box-shadow: 0 3px 0 #ddd;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px;
    padding: 10px 30px;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    border-radius: 0;
}
.btn-group-lg > .btn,
.btn-lg:hover {
    background: none;
    color: #222;
}
/*progress bar*/
.skills {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    margin-top: 50px;
}
.skill-item {
    position: relative;
    margin-bottom: 24px;
}
.skill-item input[type="text"] {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    width: 70px !important;
    margin-left: -84px !important;
}
.skill-item h5 {
    font-size: 15px;
    letter-spacing: 1px;
    margin: 6px 0 0;
    padding: 0;
    color: #222;
}
/*End about design*/
/*
 * ----------------------------------------------------------------------------------------
 * 05. START PROMOTION AREA
 * ----------------------------------------------------------------------------------------
 */
.promotion_area { background: url(../img/bg/bg-2.jpg)no-repeat }
.single_promo {
    color: #ddd;
    margin-top: 10px;
}
.single_promo i {
    border: 2px solid #00a69a;
    border-radius: 500px;
    color: #fff;
    font-size: 40px;
    height: 100px;
    padding: 25px;
    width: 100px;
}
.single_promo h3 { color: #fff }
.single_promo p { color: #fff }
/*End promotion area*/
/*
 * ----------------------------------------------------------------------------------------
 * 06. START WORKING AREA
 * ----------------------------------------------------------------------------------------
 */
.working_area { }
.work_list {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 20px 0;
    padding: 50px 0;
    -webkit-transition: all 1s ease 0s;
            transition: all 1s ease 0s;
}
.work_list:hover {
    background: none;
    color: #fff;
    border-radius: 3px;
}
.work_list i {
    border: 2px solid #00a69a;
    border-radius: 500px;
    color: #222;
    font-size: 40px;
    height: 100px;
    padding: 25px;
    width: 100px;
}
.work_list p { padding: 9px }
/*End working_area*/
/*
 * ----------------------------------------------------------------------------------------
 * 07.START ICON AREA
 * ----------------------------------------------------------------------------------------
 */
.icon_area { background: url(../img/bg/bg-2.jpg)no-repeat }
.icon {
    color: #ddd;
    padding: 25px;
    -webkit-transition: all 1s ease 0s;
            transition: all 1s ease 0s;
}
.icon i {
    border: 2px solid #00A69A;
    border-radius: 500px;
    color: #fff;
    font-size: 30px;
    height: 100px;
    padding: 30px;
    width: 100px;
    -webkit-transition: all 0.40s ease 0s;
            transition: all 0.40s ease 0s;
}
.icon i:hover {
    background: #fff;
    border: 1px solid #00A69A;
    color: #00A69A;
}
.icon h3 { color: #fff }
/*End icon area*/
/*
 * ----------------------------------------------------------------------------------------
 *  08. 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;
    -webkit-transition: all 0.3s ease 0s;
            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);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio-content:hover img {
    -webkit-transform: scale(1.2);
    -ms-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;
    filter: alpha(opacity=0);
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio-content:hover.portfolio-content figcaption {
    background: #00a69a;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.portfolio-desc {
    background: transparent none repeat scroll 0 0;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0 5%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-80%, -40%) scale(0.5);
        -ms-transform: translate(-80%, -40%) scale(0.5);
            transform: translate(-80%, -40%) scale(0.5);
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
    width: 100%;
}
.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;
    filter: alpha(opacity=100);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-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;
    transition-duration: 0.5s;
}
.isotope {
    -webkit-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}
/*
 * ----------------------------------------------------------------------------------------
 *  08. END PORTFOLIO DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * 09. START SERVICE DESIGN
 * ----------------------------------------------------------------------------------------
 */
#services { }
.service_about {
    border: 1px solid #ddd;
    margin-bottom: 50px;
    padding: 10px;
}
.service_about i {
    background: #00a69a none repeat scroll 0 0;
    border: 1px solid #00a69a;
    border-radius: 100px;
    color: #fff;
    font-size: 40px;
    height: 80px;
    padding: 19px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
    width: 80px;
}
.service_about i:hover {
    background: #243135 none repeat scroll 0 0;
    border: 1px solid #243135;
    color: #fff;
}
.service_about h3 { font-size: 16px }
.service_about p {
    font-size: 16px;
    text-align: justify;
}
/* End Services Section */
/*
 * ----------------------------------------------------------------------------------------
 * 10. START EDUCATION
 * ----------------------------------------------------------------------------------------
 */
.section-content { }
.education {
    border: 1px solid #ddd;
    box-shadow: none;
    display: table;
    min-height: 100px;
    width: 100%;
}
.item_bottom h1 {
    padding: 10px;
    width: 330px;
}
@media (max-width: 360px) { 
    .item_bottom h1 {
        font-size: 30px;
        line-height: 28px;
        width: 100%;
    }
}
@media (max-width: 320px) { 
    .item_bottom h1 {
        font-size: 26px;
        line-height: 28px;
        width: 100%;
    }
}
.edu-post h4,
.edu-post h5 {
    color: #fff;
    background: #00A69A;
    padding: 5px;
}
.edu-post h5 { font-size: 14px }
.edu-post p { margin-top: 20px }
.edu-grade h3,
.edu-grade h5 { color: #fff }
.edu-new-line { margin-top: 30px }
/* start education  */
/*
 * ----------------------------------------------------------------------------------------
 * 11. START COUNT DOWN DESIGN
 * ----------------------------------------------------------------------------------------
 */
#features {
    background-image: url(../img/bg/bg-2.jpg);
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6) inset;
}
.parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#features i {
    border-radius: 500px;
    color: #fff;
    font-size: 40px;
    height: 100px;
    padding: 25px;
    width: 100px;
    border: 2px solid #00a69a;
}
#features h3 {
    margin-top: 15px;
    font-size: 30px;
    margin-bottom: 7px;
    color: #fff;
}
#features p {
    text-transform: uppercase;
    color: #fff;
}
#features .slider-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}
/*End Count down design*/
/*
 * ----------------------------------------------------------------------------------------
 * 12. START CLIENT FEEDBACK DESIGN
 * ----------------------------------------------------------------------------------------
 */
#testimonial { }
#testimonial > div {
    text-align: center;
    position: relative;
}
#twitter-carousel {
    position: relative;
    z-index: 15;
}
#twitter-carousel h1 { margin-bottom: 20px }
.twitter-icon {
    position: relative;
    z-index: 15;
    color: #000;
}
.twitter-icon .fa-twitter {
    font-size: 24px;
    height: 64px;
    width: 64px;
    line-height: 65px;
    border-radius: 50%;
    position: relative;
}
.twitter-icon .fa-twitter:after {
    position: absolute;
    content: "";
    border-width: 8px;
    border-style: solid;
    left: 24px;
    bottom: -14px;
}
#twitter-carousel .item { padding: 0 55px }
#twitter-carousel .item a { color: #000 }
.twitter-icon h4 {
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
}
.twitter-left-control,
.twitter-right-control {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 34px;
    line-height: 31px;
    margin-top: 40px;
    position: absolute;
    top: 50%;
    width: 34px;
    z-index: 15;
}
.twitter-left-control { left: 80px }
.twitter-right-control { right: 80px }
.twitter-left-control:hover,
.twitter-right-control:hover { color: #ccc }
.client { margin-bottom: 50px }
.client h1 {
    margin: 0 auto 50px;
    padding: 10px;
    width: 410px;
}
@media (max-width: 360px) { 
    .client h1 {
        font-size: 28px;
        width: 100%;
    }
}
@media (max-width: 320px) { 
    .client h1 {
        font-size: 24px;
        width: 100%;
    }
}
.item p {
    border: 1px solid #ddd;
    border-radius: 2px;
    float: left;
    font-size: 15px;
    margin-left: 12px;
    padding: 30px 10px;
    text-align: justify;
    width: 495px;
}
@media (max-width: 768px) { 
    .item p { width: 100% }
    .item p { margin-left: 0px }
    .twitter-left-control { display: none }
    .twitter-right-control { display: none }
}
@media (max-width: 360px) { 
    .item p { width: 100% }
    .item p { margin-left: 0px }
    .twitter-left-control { display: none }
    .twitter-right-control { display: none }
}
.item p strong {
    color: #00A69A;
    font-size: 18px;
}
.item img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
}
/*End client feedback design*/
/*
 * ----------------------------------------------------------------------------------------
 * 14. START BLOG AREA DESIGN
 * ----------------------------------------------------------------------------------------
 */
.blog_area { }
.thumbnail {
    border: 1px solid #ddd;
    border-radius: 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
}
.img-wrap {
    overflow: hidden;
    position: relative;
}
@media (max-width: 768px) { 
    .img-wrap { height: 300px }
    .img-wrap img {
        width: 100%;
        height: 300px;
    }
}
.thumbnail h3 {
    color: #fff;
    margin-top: 10px;
    font-size: 18px;
}
.info-panel {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 3px;
}
.info-panel span {
    font-size: 12px;
    margin-right: 8px;
}
.thumbnail p { margin-bottom: 10px }
.read_more {
    background: #00A69A none repeat scroll 0 0;
    border: 1px solid #00A69A;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    margin: 10px 0;
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}
.read_more:hover {
    border: 1px solid #00A69A;
    background: none;
}
/*End blog design*/
/*
 * ----------------------------------------------------------------------------------------
 * 14. START CONTACT AREA DESIGN
 * ----------------------------------------------------------------------------------------
 */
#contact {
    background: url(../img/bg/contact-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.contact-title { color: #fff }
.form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    height: 50px;
}
#main-contact-form { margin-top: 50px }
textarea.form-control {
    min-height: 180px;
    resize: none;
}
.form-control:focus {
    border-color: #fff;
    box-shadow: 0 1px 1px rgba #ddd inset, 0 0 1px  #ddd;
    outline: 0 none;
}
.form-group {
    margin-bottom: 30px;
    text-align: right;
}
.contact-info {
    color: #fff;
    font-weight: 300;
}
@media (max-width: 360px) { 
    .contact-info { padding-left: 0px }
}
ul.address {
    margin-top: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info ul li {
    border-bottom: 1px solid #ccc;
    color: #fff;
    display: inline;
    margin-bottom: 8px;
    margin-right: 40px;
}
.contact-info ul li i { color: #fff }
.contact-info ul li strong { color: #fff }
.contact-info ul li a { color: #fff }
.btn-submit {
    background: #00a69a none repeat scroll 0 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 500px;
    bottom: -12px;
    height: 80px;
    left: 0;
    line-height: 11px;
    margin: 0 auto;
    padding: 3px;
    position: absolute;
    right: 0;
    -webkit-transition: all 700ms ease 0s;
            transition: all 700ms ease 0s;
    width: 80px;
    color: #fff;
    font-size: 22px;
}
.btn-submit:hover {
    background: #fff;
    border: 1px solid #ddd;
    color: #00a69a;
}
/*End Contact design*/
/*
 * ----------------------------------------------------------------------------------------
 * 15. START FOOTER DESIGN
 * ----------------------------------------------------------------------------------------
 */
footer {
    padding: 25px 0 20px;
    border-top: 1px solid #ccc;
}
.footer-copyright {
    margin: 6px 0 0 0;
    line-height: 32px;
}
/*End Footer design*/