/*-----------------------------------------------------------------------------------

    Template Name: OrBird
    Template URI: http://www.perfectpointmarketing.com/templates/orbird
    Description: One page portfolio, creative
    Author: Perfect Point Marketing
    Author URI: http://www.perfectpointmarketing.com
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Version: 1.0
    
    All files, unless otherwise stated, are released under the GNU General Public License
    version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================


    1.  Theme Default CSS (body, link color, section etc)
    2.  Slider
    3.  Header
    4.  About
    5.  Services
    6.  Portfolio
    7.  Team
    8.  Call to action
    9.  Pricing table
    10. Testimonials
    11. Contact
    12. Google map
    13. Copyright
    14. Colors
    15. Preloader

-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*    1.    Theme default CSS
/*-----------------------------------------------------------------------------------*/
html,
body { height: 100% }
body { font-family: 'Open Sans', sans-serif }
h1,
h2,
h3,
h4,
h5,
h6,
p { margin: 0 0 20px; }

.text 
{
font-weight:500;
font-size:14px;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    float: none;
    margin: 0 auto;
}
a:focus { outline: none }
.section {
    background: #ffffff; /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 27%,#dedede 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ) /* IE6-9 */;;;
}
.container,
section,
header,
footer {
    position: relative;
    z-index: 99;
}
.section-padding { padding: 50px 0 }
.section-padding1 { padding: 0px 0 }
.overlay {
    height: 100%;
    left: 0;
    opacity: 0.3;
    filter: alpha(opacity=70);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    background-image: url(img/black-twill.png);
    background-color: #000;
    background-attachment: fixed;
}
.gray-section { background: #f9f9f9 }
.overlay.white {
    background: #fff;
    opacity: .9;
    filter: alpha(opacity=90);
}
a.btn-bordered {
    border: 1px solid #ddd;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 25px;
    text-transform: uppercase;
}
a.btn-bordered:hover { color: #fff }
.fixed-bg {
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-attachment: fixed;
}
.btn {
    box-shadow: 0 0 0;
    border-radius: 0;
}
.feature-sep {
    height: 1px;
    background: #ddd;
    margin: 40px 0px;
    clear: both;
    width: 100%;
}
.tab-pane { padding-top: 10px }
input[type=submit] {
    border: medium none;
    color: #fff;
    padding: 6px 25px;
}
html body input[type=submit]:hover { background-color: #333333 }
/*-----------------------------------------------------------------------------------*/
/*    2.    Slider
/*-----------------------------------------------------------------------------------*/
#home {
    height: 100%;
    position: relative;
}
.sticky-wrapper {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#home-slider,
#home-video,
.carousel-inner,
.item { height: 100% }
#home-slider .container,
#home-video .container {
    color: #fff;
    display: table;
    height: 100%;
    position: relative;
    z-index: 99;
}
#home-slider .row,
#home-video .row {
    display: table-cell;
    vertical-align: middle;
}
.main-slider {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.fixed-bg.slide_1 { background-image: url(img/slides/slide_1.jpg) }
.fixed-bg.slide_2 { background-image: url(img/slides/slide_2.jpg) }
.fixed-bg.slide_3 { background-image: url(img/slides/slide_3.jpg) }


.fixed-bg.slide_4 { background-image: url(infra/spinning.jpg);  background-size: 100% 100%;  }
.fixed-bg.slide_5 { background-image: url(infra/knitting.jpg);  background-size: 100% 100%;  }
.fixed-bg.slide_6 { background-image: url(infra/dying.jpg);  background-size: 100% 100%; }
.fixed-bg.slide_7 { background-image: url(infra/emb.jpg);  background-size: 100% 100%;}
.fixed-bg.slide_8 { background-image: url(infra/printing.jpg);  background-size: 100% 100%; }
.fixed-bg.slide_9 { background-image: url(infra/printingd.jpg);   background-size: 100% 100%; }
.fixed-bg.slide_10 { background-image: url(infra/stitching.jpg); background-size: 100% 100%; }
.fixed-bg.slide_11 { background-image: url(infra/washing.jpg); background-size: 100% 100%;}

.slide-text {
    color: #fff;
    font-size: 16px;
}
.slide-text h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 80px;
    margin: 0;
    text-transform: uppercase;
	color:#ff7800;
}
.slide-text h3 {
    font-family: 'Pacifico', cursive;
    margin-bottom: 5px;
}
.slide-text p { }
.slide-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    height: 47px;
    width: 47px;
    background-image: url(img/slider-arrows.png);
    margin-top: -35px;
    opacity: .6;
    filter: alpha(opacity=60);
}
.slide-nav:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.slide-nav.left { left: 30px }
.slide-nav.right {
    right: 30px;
    background-position: -50px 0;
}
#home .carousel-indicators { text-align: left }
.carousel-bullets {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.carousel-bullets ol {
    bottom: 0;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 9;
    min-height: 50px;
}
.carousel-bullets ol li {
    background: none;
    cursor: pointer;
    display: inline-block;
    height: 7px;
    margin: 0 5px;
    width: 15px;
    border: 1px solid #fff;
    border-radius: 0;
}
.carousel-bullets ol li.active {
    border-radius: 0;
    height: 7px;
    width: 15px;
    margin: 0 5px;
}
.scroll-to-bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.scroll-to-bottom a {
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    font-size: 27px;
    height: 50px;
    line-height: 45px;
    margin-bottom: 20px;
    width: 50px;
}
html body .scroll-to-bottom a:hover {
    color: #fff;
    border-color: #fff;
}
.video-control {
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}
html body .video-control a:hover { color: #fff }
.scroll-to-bottom a i { }
/* Fade Slider CSS */
.carousel.carousel-fade .item { transition: opacity 1s ease-in-out }
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}
.carousel.carousel-fade .carousel-control {
    z-index: 1000;
    outline: none;
}
/*-----------------------------------------------------------------------------------*/
/*    3.    Header
/*-----------------------------------------------------------------------------------*/
.header {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-top: 25px;
    transition: all 0.5s ease 0s;
 background-color:#2b85c1;

}
.is-sticky .header { padding: 10px 0 }
header.white-bg {
    background: #2C2C2C;
    padding-bottom: 15px;
}
.spacer {
    width: 100%;
    clear: both;
    height: 100px;
}
.logo,
.mainmenu {}
.logo { }
.logo h1 {
    font-family: 'Pacifico', cursive;
    margin: 4px 0;
}
.logo h1 a { display: inline-block }
.logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}
.is-sticky .logo h1 a { color: #fff }
.mainmenu { }
.mainmenu ul { }
.mainmenu ul li { position: relative }
.mainmenu ul li a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
html body .is-sticky ul.nav li.current a,
.is-sticky ul.nav li:hover a { color: #000 }
.mainmenu ul li:hover a,
.mainmenu ul li.current a { background: none }
.mainmenu ul li a:focus { background: none }
.mainmenu ul ul {
    background: none repeat scroll 0 0 #fff;
    color: #666;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    left: 0;
    position: absolute;
    top: 50px;
    width: 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s ease 0s;
    visibility: hidden;
}
.mainmenu ul li:hover ul {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.mainmenu ul ul li { }
.mainmenu ul ul li a {
    border-bottom: 1px solid #ddd;
    color: #666;
    display: block;
    padding: 10px 15px;
    text-transform: none;
}
.mainmenu ul li:hover ul li:hover a { color: #000 }
.navbar-header {
    margin-top: 15px;
    text-align: center;
}
.navbar-toggle {
    border-color: #fff;
    float: none;
    margin: 0;
}
.navbar-toggle .icon-bar { background-color: #fff }
.navbar-collapse.collapse.in {
    background: none repeat scroll 0 0 #000;
    margin-top: 15px;
}
.navbar-collapse.collapse.in ul.nav li ul {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    margin-left: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    top: inherit;
    visibility: visible;
    width: inherit;
}
.navbar-collapse.collapse.in ul.nav li ul li { }
.navbar-collapse.collapse.in ul.nav li ul li a {
    border-bottom: 0 solid;
    color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*    4.    About
/*-----------------------------------------------------------------------------------*/
#about { background-color: #fff }
.page-title {
    max-width: 1200px;
    margin: 0 auto;
    color: #504e4d;
    line-height: 25px;
    margin-bottom: 20px;
}
.page-title h2 {
    display: inline-block;
    font-size: 35px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}
.page-title h2 span {
    bottom: -1px;
    display: block;
    height: 1px;
    position: absolute;
    width: 75px;
}
.page-title h2 span.left-bullet { left: -55px }
.page-title h2 span.right-bullet { right: -55px }
.page-title h2 span:before {
    border-radius: 50%;
    content: "";
    height: 10px;
    position: absolute;
    top: -5px;
    width: 10px;
}
.page-title h2 span.left-bullet:before { left: -5px }
.page-title h2 span.right-bullet:before { right: -5px }
.about-detail { }
#about-carousel {
    background: #FAF8F8;
    min-height: 275px;
}
.about-slide { padding: 20px }
#about-carousel i {
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
}
#about-carousel h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 15px 0 5px;
}
#about-carousel h5 {
    color: #55524f;
    font-size: 14px;
    font-weight: 300;
}
#about-carousel p { margin: 0 }
#about-carousel .carousel-indicators li {
    border-color: #D5D5D5;
    background-color: #D5D5D5;
    height: 12px;
    width: 12px;
    margin: 0 3px;
}
#about-carousel .carousel-indicators li.active { margin: 0 3px }
/*-----------------------------------------------------------------------------------*/
/*    5.    Services
/*-----------------------------------------------------------------------------------*/
#services { }
.single-service {
    text-align: center;
    margin-bottom: 25px;
    color: #666;
    margin-top: 25px;
}
.single-service h2 {
    font-size: 20px;
    text-transform: uppercase;
}
.single-service p { font-size: 13px }
.icon-holder {
    position: relative;
    color: #fff;
    display: inline-block;
    font-size: 35px;
    height: 80px;
    line-height: 75px;
    margin-bottom: 40px;
    text-align: center;
    width: 80px;
}
.icon-holder i {
    color: #fff;
    position: relative;
}
.icon-holder:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
}
.icon-holder:after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: -5px;
    padding: 5px;
    position: absolute;
    top: -5px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    width: 100%;
    transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.single-service:hover .icon-holder:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*-----------------------------------------------------------------------------------*/
/*    6.    Portfolio
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*    6.    Portfolio
/*-----------------------------------------------------------------------------------*/
#portfolio { background: #fff }
h2.portfolio-title,
.pricing-title h2 {
    margin: 0 auto 50px;
    max-width: 750px;
    position: relative;
    text-align: center;
}
h2.portfolio-title span,
.pricing-title h2 span {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
h2.portfolio-title:before {
    content: "";
    height: 3px;
    left: 0;
    margin-top: -1.5px;
    position: absolute;
    top: 50%;
    width: 100%;
}
ul#filters {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul#filters li {
    color: #666;
    font-size: 16px;
    padding: 5px 15px;
    border: 1px solid transparent;
    margin: 0 5px 15px;
    display: inline-block;cursor: pointer;
}

ul.portfolio {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}
ul.portfolio li { position: relative; width: 25%; float: left}
.portfolio-hover {
    font-size: 18px;
    height: 100%;
    left: 0%;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}
.portfolio-hover:before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0);
    transition: all 300ms linear 0s;
}
.grid-item:hover .portfolio-hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .7;
    filter: alpha(opacity=70);
}
.portfolio-hover h2,
.portfolio-hover p,
.portfolio-hover a {
    position: relative;
    z-index: 9;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 500ms linear 0s;
}
.grid-item:hover .portfolio-hover h2,
.grid-item:hover .portfolio-hover p,
.grid-item:hover .portfolio-hover a {
    opacity: 1;
    filter: alpha(opacity=100);
}
ul.portfolio li > img{width: 100%}
.portfolio-hover h2 {
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: 400;
    margin: 10px;
    padding: 10px;
}
.portfolio-hover a {
    bottom: 20px;
    color: #000;
    display: inline-block;
    height: 40px;
    padding-top: 7px;
    position: absolute;
    width: 40px;
}
.portfolio-hover a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
}
.portfolio-hover a:hover:before { background-color: #000 }
.portfolio-hover a:hover { color: #fff }
.portfolio-hover a i {
    z-index: 9;
    position: relative;
}
.portfolio-hover a:hover i {
    -webkit-animation: 0.3s ease 0s normal forwards 1 running toRightFromLeft;
    animation: 0.3s ease 0s normal forwards 1 running toRightFromLeft;
}
@-webkit-keyframes toRightFromLeft { 
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@keyframes toRightFromLeft { 
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.portfolio-hover a.zoom-link { left: 5% }
.portfolio-hover a.project-link { right: 5% }

.projects-we-completed { margin-top: 50px }
.project-completed-title {
    margin: 50px 0;
    text-transform: uppercase;
}
.single-completed { border-right: 1px solid #f1f1f1 }
.single-completed.no-border { border: none }
.single-completed h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
}
.single-completed p {
    color: #999;
    font-weight: 300;
    text-transform: uppercase;
}
/*-----------------------------------------------------------------------------------*/
/*    7.    Team
/*-----------------------------------------------------------------------------------*/
.single-team {
    overflow: hidden;
    position: relative;
}
.single-team img { }
.team-hover {
    bottom: -100px;
    color: #fff;
    left: 0;
    padding: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    transition: all 0.5s ease 0s;
}
.team-hover:after {
    background: none repeat scroll 0 0 #4b4949;
    content: "";
    height: 25px;
    left: 50%;
    margin-left: -12.5px;
    position: absolute;
    top: -12.5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25px;
}
.team-hover:before {
    background: none repeat scroll 0 0 #4b4949;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}
.team-hover h2,
.team-hover h5,
.team-hover p,
.social-profiles {
    position: relative;
    z-index: 9;
}
.team-hover h2 {
    font-size: 23px;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 700;
}
.team-hover h5 { }
.team-hover p { }
.social-profiles { }
.social-profiles a { margin: 0 2px }
.single-team.current .team-hover:before {
    opacity: .7;
    filter: alpha(opacity=70);
}
.single-team.current .team-hover:after { display: none }
.single-team.current .team-hover { bottom: 0 }
.single-team.current .team-hover h2 { font-size: 35px }
.single-team.current .team-hover h5 { font-size: 30px }
.single-team.current .social-profiles a {
    font-size: 18px;
    color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*    8.    Call to action
/*-----------------------------------------------------------------------------------*/
#call-to-action { position: relative }
.cta-bg { background-image: url(img/slides/slide_1.jpg) }
.cta-text {
    color: #fff;
    max-width: 800px;
    margin: 50px auto;
    font-size: 18px;
    line-height: 28px;
}
.cta-text h2 {
    font-size: 50px;
    font-weight: 700;
}
.cta-text p { margin: 30px 0 }
.cta-text a { }
.cta-text a.play-btn {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 45px;
    width: 50px;
}
/*-----------------------------------------------------------------------------------*/
/*    9.    Pricing table
/*-----------------------------------------------------------------------------------*/
#pricing {
    position: relative;
    background: #f1f1f1;
}
.pricing-title {
    font-size: 25px;
    margin-bottom: 50px;
    text-align: center;
}
.pricing-title h2 { margin-bottom: 20px }
.single-pricing {
    background: none repeat scroll 0 0 #fff;
    color: #636363;
    float: left;
    margin-top: 20px;
    padding: 30px;
    text-align: center;
    width: 360px;
}
.single-pricing.featured {
    box-shadow: 0 0 5px #666;
    margin: 0 15px;
    padding: 20px 30px;
    position: relative;
    width: 390px;
    z-index: 99;
}
.pricing-header { }
.pricing-header h2 {
    font-size: 24px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}
.pricing-header h2:before {
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
    width: 90px;
}
.pricing-header h3 { margin-bottom: 10px }
.pricing-header p { }
.pricing-content { }
.pricing-content ul {
    border-top: 1px dashed #ddd;
    color: #888;
    font-size: 16px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.pricing-content ul li {
    border-bottom: 1px dashed #ddd;
    padding: 10px;
}
.pricing-footer { }
.pricing-footer p { }
a.btn-filled {
    background: none repeat scroll 0 0 #636363;
    border-radius: 0;
    color: #fff;
}
a.btn-filled:hover {
    color: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}
.pricing-footer a.btn-filled {
    display: block;
    font-size: 18px;
    margin: 15px 0;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
}
.featured .pricing-header h2 {
    color: #fff;
    margin: 15px 0;
    padding: 10px;
}
.featured .pricing-content ul { font-size: 18px }
.featured .pricing-content ul li { line-height: 30px }
/*-----------------------------------------------------------------------------------*/
/*    10.    Testimonials
/*-----------------------------------------------------------------------------------*/
#testimonials {
    position: relative;
    padding: 100px 0;
}
.single-testimonial {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}
.author {
    text-transform: uppercase;
    font-size: 18px;
}
.testimonial-nav { }
html body .testimonial-nav a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    margin: 0 5px;
    padding: 4px 13px;
}
html body .testimonial-nav a:hover { background-color: #000 }
/*-----------------------------------------------------------------------------------*/
/*    11.    Contact
/*-----------------------------------------------------------------------------------*/
#contact-emails {
    padding: 100px 0;
    background-color: #fff;
}
.single-contact-section {
    border: 2px solid;
    padding: 15px;
    cursor: help;
    transition: all 0.9s ease 0s;
}
html body .single-contact-section:hover { border-color: #333 }
.single-contact-section i { font-size: 45px }
html body .single-contact-section:hover i {
    -webkit-animation: 0.3s ease 0s normal forwards 1 running toRightFromLeft;
    animation: 0.3s ease 0s normal forwards 1 running toRightFromLeft;
    color: #333;
}
html body .single-contact-section:hover a { color: #333 }
@-webkit-keyframes toRightFromLeft { 
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@keyframes toRightFromLeft { 
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.single-contact-section h2 {
    color: #666;
    font-size: 20px;
    margin: 15px 0;
    text-transform: uppercase;
}
.single-contact-section p { margin: 0 0 5px }
#contact-us {
    position: relative;
    padding-bottom: 0;
}
.contact-map { position: relative }
#contactform {
    margin: 50px 0;
    padding: 30px;
    position: relative;
}
.form-content {
    position: relative;
    z-index: 99;
}
#contactform input[type=text],
#contactform input[type=email],
#contactform textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000;
    color: #000;
    padding: 10px;
    width: 100%;
}
#contactform textarea { height: 165px }
#contactform input[type=submit] { font-size: 20px }
h2.contact-title {
    color: #333;
    font-size: 25px;
    margin-bottom: 70px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
h2.contact-title:before {
    bottom: -17px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -32.5px;
    position: absolute;
    width: 75px;
}
fieldset { margin-bottom: 10px }
label.error {
    background: none repeat scroll 0 0 #e95255;
    color: #fff;
    display: block;
    font-weight: 400;
    margin-top: 5px;
    padding: 2px 15px;
    text-align: center;
}
.required { color: #e9266d }
#success,
#error {
    display: none;
    font-size: 15px;
    left: 0;
    padding: 35px 15px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}
#success { background: none repeat scroll 0 0 #9bd32d }
#error { background: none repeat scroll 0 0 #e95255 }
#success p,
#error p {
    color: #343333;
    margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*    12.    Google map
/*-----------------------------------------------------------------------------------*/
#map {
    width: 130%;
    margin-left: -30%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/*-----------------------------------------------------------------------------------*/
/*    13.    Copyright
/*-----------------------------------------------------------------------------------*/
#footer-copyright {
    padding: 40px 0;
    border-top: 1px solid #ddd;
    background: #fff;
    position: relative;
}
.copyright-text { }
.copyright-text p {
    color: #999;
    font-weight: 300;
    margin: 5px 0 00;
}
.social-footer { }
.social-footer a {
    border: 1px solid #ddd;
    color: #777;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    margin-left: 8px;
    padding-top: 3px;
    text-align: center;
    width: 30px;
}
.social-footer a:hover { color: #fff }
.scroll-to-up {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
html body .scroll-to-up a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 35px;
    line-height: 32px;
    width: 35px;
}
html body .scroll-to-up a:hover { background-color: #000 }
/*-----------------------------------------------------------------------------------*/
/*    14.    Colors
/*-----------------------------------------------------------------------------------*/

a
{
font-size:28px;

}


.contact 
{
font-size:18px;
color:#ff7800;
}

.page-title h2,{
color:#ff7800;
}


.category
{
font-size:22px;
color:#ff7800;
}

.category:hover
{
font-size:22px;
color:#017119;
}
a,
.mainmenu ul li:hover a,
.mainmenu ul li.current a,

.preloader-content p,
.mainmenu ul li:hover ul li a,
.scroll-to-bottom a,
.colors-top a,
.cta-text a.play-btn:hover,
.preloader-content i,
.single-contact-section i { color: #fff }
input[type=submit],
.social-footer a:hover,
.overlay.default,
.pricing-header h2:before,
.featured .pricing-header h2,
.is-sticky .header,
.carousel-bullets ol li.active,
.page-title h2 span,
.page-title h2 span:before,
#about-carousel i,
.testimonial-nav a,
.icon-holder:before,
.single-team.current .team-hover:before,
#about-carousel .carousel-indicators li.active,
.portfolio-hover:before,
.demo-panel-open,
.demo-panel-close,
.scroll-to-up a,
.featured .pricing-footer a.btn-filled { background-color: #2B85C1 }
ul#filters li.active,
ul#filters li:hover,
.carousel-bullets ol li.active,
.scroll-to-bottom a,
.cta-text a.play-btn:hover,
.single-contact-section,
.colors-top a,
#about-carousel .carousel-indicators li.active,
.social-footer a:hover { border-color: #FF7800 }
.icon-holder:after { box-shadow: 0 0 0 4px #FF7800 }
/*-----------------------------------------------------------------------------------*/
/*    15.    Preloader
/*-----------------------------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}
.preloader-content {
    left: 50%;
    margin-left: -60.5px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
}
.preloader-content i { font-size: 50px }
.preloader-content p {
    font-size: 18px;
    letter-spacing: 5px;
    margin-top: 5px;
}
/*-----------------------------------------------------------------------------------*/
/*    16.    Demo panel CSS
/*-----------------------------------------------------------------------------------*/
.demo-panel {
    background: none repeat scroll 0 0 #fff;
    padding: 15px;
    position: fixed;
    top: 10%;
    width: 175px;
    z-index: 9999;
    left: -175px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
.demo-panel-open,
.demo-panel-close {
    color: #fff;
    font-size: 20px;
    height: 35px;
    line-height: 33px;
    position: absolute;
    right: -35px;
    text-align: center;
    top: 0;
    width: 35px;
    cursor: pointer;
}
.demo-panel-open i { }
.demo-panel-close { display: none }
.colors-top { overflow: hidden }
.colors-top a {
    border-radius: 3px;
    display: block;
    margin-top: 9px;
    padding: 5px;
    border: 1px solid;
}
html body .colors-top a:hover {
    border-color: #333;
    color: #333;
    text-decoration: none;
}
.colors-top h2 { font-size: 18px }
.colors-top h2.change-ver { margin-top: 20px }
.color-bar {
    float: left;
    height: 25px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 3px;
    width: 30px;
    cursor: pointer;
}
#dark-green-color { background-color: #16a085 }
#green-color { background-color: #27ae60 }
#sky-color { background-color: #2b85c1 }
#magenta-color { background-color: #8e44ad }
#dark-color { background-color: #2c3e50 }
#yellow-color { background-color: #f1c40f }
#orange-color { background-color: #e67e22 }
#default-color { background-color: #FF7800 }