body,
html {
    font-family: "Open Sans", sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #000000;
    background-color: #f7f7f8;
}
h1 {
}
h1 strong {
    font-weight: 900;
}
h2 {
    line-height: 20px;
    margin: 0;
}
h3 {
    font-size: 16px;
    font-weight: 600;
}
h4 {
    text-transform: uppercase;
    font-weight: 600;
}
h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}
p {
    font-family: "Open Sans", sans-serif;
    color: #636b72;
    font-size: 13px;
}
.para_a {
    font-family: "proximanovalight", "Helvetica Neue", Helvetica, Arial,
        sans-serif, "Lato", sans-serif;
    color: #636b72;
    font-size: 15px;
    line-height: 24px;
}
a {
    color: #000;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #19b5fe;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
ul,
ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
    list-style: none;
}
.img-centered {
    margin: 0 auto;
}
hr {
    border-color: rgba(255, 255, 255, 0.4);
}
/* Navigation */
#menu {
    padding: 0px;
    transition: all 0.8s;
}
#menu.navbar-default {
    background-color: #ffffff;
    border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
#menu a.navbar-brand i.fa {
    color: #19b5fe;
}
#menu.navbar-default .navbar-nav > li > a {
    /* text-transform: uppercase; */
    color: #1d1d1d;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: sans-serif;
}
#menu.navbar-default .navbar-nav > li > a:hover {
    color: #f66901;
}
.on {
    background-color: #f0f0f0 !important;
    padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #f3ac02 !important;
    text-transform: uppercase;
    background-color: transparent;
}
.navbar-toggle {
    border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #19b5fe;
    border-color: #19b5fe;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
    background-color: #fff;
}

/* scroll to top */
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 44px;
    height: 44px;
    border: none;
    text-indent: 100%;
    background: url(../img/top_move.png) no-repeat right top;
}

/* logo */
.logo {
    width: 85%;
    height: 60px;
}

/* Home Style */
header {
    background: url(../img/header-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #cfcfcf;
    position: relative;
    height: 100%;
}
header p {
    color: #ffffff;
    font-size: 18px;
    /* text-transform: uppercase; */
    margin: 0% auto 3% auto;
    letter-spacing: 1px;
    /* max-width: 95%; */
}
.intro-text {
    position: relative;
    padding-top: 150px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 155px;
}
.intro-text H1 {
    font-size: 55px;
    /* text-transform: uppercase; */
    color: #ffffff;
    font-weight: 700;
}
.color {
    color: #19b5fe;
    font-weight: 700;
}
.btn-default {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    background-color: #19b5fe;
    border: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    margin: 0 8px;
    font-size: 16px;
    transition: all 0.5s;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
    background-color: #159ad8;
    color: #fff;
}
/* About Section */
#about-section {
    padding: 10px 0 50px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeefef+100 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(238, 239, 239, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(238, 239, 239, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgb(253, 253, 253) 0%,
        rgb(255, 255, 255) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 ); /* IE6-9 */
}
#about-section i.fa {
    float: left;
    display: block;
    margin-right: 15px;
    font-size: 24px;
    color: #c9cbce;
}
#about-section p {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #636b72;
}
#about-section img {
    margin-top: -30px;
    margin-left: 10px;
}
#about-section .about-text {
    padding-left: 40px;
}
/* Team Section */
#team-section {
    padding: 100px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeefef+100 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(238, 239, 239, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(238, 239, 239, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(238, 239, 239, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 ); /* IE6-9 */
}
.section-title.center {
    padding: 30px 0;
}
.section-title h2,
.section-title.center h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #636b72;
}
.section-title hr {
    height: 4px;
    width: 60px;
    background: #ff7500;
    position: relative;
    border: 0;
    margin-top: 30px;
    margin-bottom: 60px;
}
#team-section i.fa {
    font-size: 18px;
    color: #b1b5b8;
    margin-top: 10px;
}
#team-section i.fa:hover {
    color: #19b5fe;
}
#team-section .item {
    padding: 0;
    margin: 15px;
}
img.img-circle.team-img {
    width: 130px;
    height: 130px;
    border: 0;
    border: 3px solid #fff;
}
#team-section .thumbnail {
    background: transparent;
    border: 0;
}
#team-section .thumbnail .caption {
    padding: 9px;
}
/* Services Section */
#services-section {
    padding: 80px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeefef+100 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(238, 239, 239, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(238, 239, 239, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(238, 239, 239, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 ); /* IE6-9 */
}
.space {
    margin-top: 40px;
}
#services-section i.fa {
    font-size: 40px;
    margin-bottom: 10px;
    color: #ff7500;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#services-section .service:hover > i.fa {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
/* Gallery Section
==============================*/
#works-section {
    padding: 100px 0;
}
.categories {
    padding-bottom: 30px;
    text-align: center;
}
ul.cat li {
    display: inline-block;
}
ol.type li {
    display: inline-block;
    margin-left: 20px;
}
ol.type li a {
    color: #8a9095;
    border: 1px solid #fff;
    padding: 4px 8px;
    border-radius: 4px;
}
ol.type li a.active {
    color: #8a9095;
    border-bottom: 1px solid #19b5fe;
}
ol.type li a:hover {
    color: #8a9095;
    border-bottom: 1px solid #19b5fe;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item {
    margin-bottom: 30px;
}
.portfolio-item .hover-bg {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}
.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.66);
    padding: 25% 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
}
.hover-bg:hover .hover-text > h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hover-bg .hover-text > i {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
}
.hover-bg:hover .hover-text > i {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.hover-bg:hover .hover-text {
    opacity: 1;
}
#works-section i.fa {
    height: 30px;
    width: 30px;
    border: 1px solid rgba(25, 181, 254, 0.3);
    font-size: 20px;
    padding: 5px;
    border-radius: 50%;
    color: #19b5fe;
}
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeefef+100 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(238, 239, 239, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(238, 239, 239, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(238, 239, 239, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 ); /* IE6-9 */
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 600;
}
.portfolio-modal .modal-content p {
    margin-bottom: 30px;
    font-size: 15px;
}
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-style: italic;
    font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}
.portfolio-modal .modal-content ul.list-inline span {
    font-weight: 600;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}
.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.portfolio-modal .btn-primary {
    color: rgba(255, 255, 255, 0.8);
    background-color: #19b5fe;
    border: 0;
}
.portfolio-modal .btn-primary:hover,
.portfolio-modal .btn-primary:focus,
.portfolio-modal .btn-primary.focus,
.portfolio-modal .btn-primary:active,
.portfolio-modal .btn-primary.active {
    background-color: #159ad8;
}
/* Achivements Section */
#achievements {
    padding: 0px 0 35px 0;
    /* background: #24F3F3; */
    background: url(../img/testimonials-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.achievement-box i.fa {
    font-size: 54px;
    font-weight: 400;
    color: #19b5fe;
    margin-bottom: 20px;
}
.achievement-box h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.achievement-box span.count {
    font-size: 42px;
    font-weight: 700;
    display: block;
    color: #19b5fe;
}
.achievement-box h2 {
    font-size: 42px;
    font-weight: 700;
    display: block;
    color: #19b5fe;
}

/* Media Partner */
#media {
    padding: 0px 0 35px 0;
    /* background: #24F3F3; */
    /* background: url(../img/social.jpg); */
    /* background: url(../img/papermobile.jpg); */
    background-size: cover;
    background-attachment: fixed;
}
.media-box i.fa {
    font-size: 54px;
    font-weight: 400;
    color: #19b5fe;
    margin-bottom: 20px;
}
.media-box h4 {
    font-size: 14px;
    font-weight: 700;
}
.media-box span.count {
    font-size: 42px;
    font-weight: 700;
    display: block;
    color: #19b5fe;
}
.media-box h2 {
    font-size: 42px;
    font-weight: 700;
    display: block;
    color: #19b5fe;
}
.media-box img {
    width: 65%;
}
.media-box h5 {
    font-size: 14px;
    font-weight: 700;
}
.media-box ul,
li {
    text-transform: none;
    list-style: none;
}
/* Testimonials Section */
#testimonials-section {
    background: url(../img/testimonials-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
#testimonials-section .overlay {
    padding: 100px 0 60px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#727a80+0,ffffff+20,ffffff+80,727a80+100&amp;0.2+0,0.2+100 */
    background: -moz-linear-gradient(
        top,
        rgba(114, 122, 128, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 20%,
        rgba(255, 255, 255, 0.2) 80%,
        rgba(114, 122, 128, 0.2) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(114, 122, 128, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 20%,
        rgba(255, 255, 255, 0.2) 80%,
        rgba(114, 122, 128, 0.2) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(114, 122, 128, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 20%,
        rgba(255, 255, 255, 0.2) 80%,
        rgba(114, 122, 128, 0.2) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33727a80', endColorstr='#33727a80', GradientType=0 ); /* IE6-9 */
}
#testimonials-section i.fa {
    color: #8e9599;
    font-size: 36px;
}
#testimonial {
    padding: 30px 0;
}
#testimonial .item {
    display: block;
    width: 100%;
    height: auto;
}
#testimonial .img-circle {
    width: 100px;
    height: 100px;
}
#testimonial .item p {
    font-weight: 400;
    margin: 30px 0;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=1);
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 20px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.5s;
    border: 1px solid #bfc3c6;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #959ba0;
    border: 1px solid #959ba0;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #959ba0;
    border: 1px solid #959ba0;
}
/* Testimonial section */

/* Testimonials Section */
#testimonials-section {
    padding: 100px 0;
    background: #f6f6f6;
}
#testimonials-section blockquote {
    background: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}
#testimonials-section blockquote::after {
    content: "";
    position: absolute;
    bottom: -14px;
    margin-left: 10px;
    border-top: 14px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}
#testimonials-section .carousel-info img {
    border: 1px solid #fff;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
#testimonials-section .carousel-info {
    overflow: hidden;
    padding-left: 6px;
}
#testimonials-section .carousel-info img {
    margin-right: 15px;
}
#testimonials-section .carousel-info span {
    display: block;
}
#testimonials-section span.testimonials-name {
    color: #62646f;
    font-weight: 600;
    margin: 16px 0 5px;
}
#testimonials-section span.testimonials-post {
    font-size: 12px;
}

/* Contact Section */
#contact-section {
    padding: 100px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeefef+100 */
    /*	background: rgb(255,255,255); /* Old browsers
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); /* FF3.6-15
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); /* Chrome10-25,Safari5.1-6
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 ); /* IE6-9 */

    background: url(../img/contact.jpg);
    background-color: #ffffff;
    background-size: cover;
    background-attachment: fixed;
}
#contact-section p {
    color: #ffffff;
}
#contact-section h2 {
    color: #ffffff;
}
#contact-section h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}
#contact-section form {
    padding: 30px 0;
}
#contact-section i.fa {
    color: #ffffff;
    margin-right: 20px;
}
label {
    font-size: 12px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    float: left;
}
#contact-section .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /* color: #FFFFFF; */
    color: #000000;
    background-color: #fff;
    background-image: none;
    /* border: 1px solid #FFF; */
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    /* border-radius: 5px; */
}
#contact-section .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
    background-color: #ffc562;
    border: none;
}
#contact-section .btn {
    background: #fbfbfb;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 20px;
    color: #aaa;
    font-size: 15px;
}
#contact-section .btn:hover,
#contact-section .btn:focus {
    background: #19b5fe;
    border: 1px solid #19b5fe;
    color: #fff;
}
#contact-section .text-danger {
    color: #cc3300;
    text-align: left;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: none;
}
/* Social Section */
#social-section {
    padding: 20px 0;
    background-color: #000000;
    text-align: center;
}
#social-section .social ul li {
    display: inline-block;
    margin: 0 20px;
}
#social-section .social i.fa {
    font-size: 24px;
    padding: 4px 5px;
    color: #f4f5f6;
    transition: all 0.5s;
}
#social-section .social i.fa:hover {
    color: #e6870d;
}
/* Footer */
#footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555b60+0,727a80+25,727a80+75,555b60+100 */
    background: rgb(85, 91, 96); /* Old browsers */
    background: -moz-linear-gradient(
        left,
        rgba(85, 91, 96, 1) 0%,
        rgba(114, 122, 128, 1) 25%,
        rgba(114, 122, 128, 1) 75%,
        rgba(85, 91, 96, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        rgba(85, 91, 96, 1) 0%,
        rgba(114, 122, 128, 1) 25%,
        rgba(114, 122, 128, 1) 75%,
        rgba(85, 91, 96, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        rgb(255, 122, 0) 0%,
        rgb(249, 131, 0) 25%,
        rgb(255, 147, 0) 75%,
        rgb(255, 183, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555b60', endColorstr='#555b60', GradientType=1 );
    color: #000;
    padding: 15px 0 10px 0;
}
#footer p {
    font-size: 13px;
    margin-top: 10px;
    color: #000;
    font-weight: 700;
}

@media (max-width: 768px) {
    .content {
        padding: 40% 0 0;
    }
    #menu.navbar-default {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .media-box img {
        width: 65%;
    }
}

@media (max-width: 603px) {
    label {
        float: none !important;
    }
    .hover-bg .hover-text {
        padding: 12% 0;
    }
    .section-title.center {
        padding: 30px 0;
    }
    .media-box img {
        padding: 20px 0px 14px 0;
        width: 52%;
    }
}

@media (max-width: 360px) {
    .hover-bg .hover-text {
        padding: 22% 10%;
    }
}
